Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature set dest war file name #77

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

samukasmk
Copy link
Contributor

New Feature to set dest war file name, regardless the source file name contain variations, eg: Source File (http://.....my-app-29.3.10.war) and Dest File (my-app.war).

… in url example (http://domain.com/service/local/artifact/maven/content?r=private&g=com.myapp&a=my-app-catalog&v=5.31.3&p=war), if we do not use accents ', at the time of passing the url as parameter the scripts (eg get_file.sh), the bash interprets '&' character as (end of command, send command to backgroud). I tried to use these accents in the declaration of the manifesto, by calling the class puppi::project::war, however the manifests of puppi write scripts to deploy wrong.
@kgeis
Copy link
Contributor

kgeis commented May 16, 2014

Thank you! I would use this feature to deploy applications at / on Tomcat by naming them ROOT.war.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants