GitHub user alex3305 opened a pull request:
https://github.com/apache/tomcat-maven-plugin/pull/11
Adds support for a custom war file name
Currently the war name is always equals to
${project.build.directory}/${project.build.finalName}.war. This is overridable
through the pom file in a project, but sometimes this behaviour is undesirable.
That's whythis pull request adds support for a custom war name through the
command line.
This pull request is divided into two seperate commits, one for tomcat6 and
the other for tomcat7.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alex3305/tomcat-maven-plugin trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tomcat-maven-plugin/pull/11.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #11
----
commit 21b38b360540981609affa7fa796e94368bced0b
Author: Alex van den Hoogen <[email protected]>
Date: 2014-09-23T09:34:34Z
[tomcat-6] Adds support for a custom war file name
Currently the war name is always equals to
${project.build.directory}/${project.build.finalName}.war. This is overridable
through the pom file in a project, but sometimes this behaviour is undesirable.
That's why this commit adds support for a custom war name through the command
line.
commit d251dbc5c342611dfb7303b603dd7da0735d69ba
Author: Alex van den Hoogen <[email protected]>
Date: 2014-09-23T09:35:03Z
[tomcat-7] Adds support for a custom war file name
Currently the war name is always equals to
${project.build.directory}/${project.build.finalName}.war. This is overridable
through the pom file in a project, but sometimes this behaviour is undesirable.
That's why this commit adds support for a custom war name through the command
line.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]