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

Add option to the deploy goal to strip the appArchives version number #28

Closed
dkirrane opened this issue Feb 5, 2015 · 1 comment
Closed

Comments

@dkirrane
Copy link
Contributor

dkirrane commented Feb 5, 2015

It would be good if one could specifiy <stripVersion>true</stripVersion> to the deploy goal.

The resulting war would get copied to the dropins folder minus the version number. This would be similar the the maven-dependency-plugin option

@rea-al-zz
Copy link

You can now define the final name of a deployment by adding the following configuration to the deploy goal and even you can take advantage of maven properties:

  `<appDeployName>${project.artifactId}.war</appDeployName>`

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

No branches or pull requests

5 participants