GitHub user maxime-beck opened a pull request:
https://github.com/apache/tomcat/pull/82
Add maven-install target
**Description**
_Ant release_ currently builds jars independently one to another. Because
some jars ultimately depend on each other (as defined in res/maven/*.pom
files), I believe it may be a good fonctionnality to provide developers the
ability to install the jars as they would be published on ASF right in their
maven local repository.
**Usage**
`$ ant -f mvn-pub.xml generic-install`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maxime-beck/tomcat maven-install
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tomcat/pull/82.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 #82
----
commit 0c7599eddaa535baba0d5d1c327cf8e221065eac
Author: Maxime Beck <[email protected]>
Date: 2017-11-01T12:01:24Z
Add maven-install target
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]