This is an automated email from the ASF dual-hosted git repository.
fhanik pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 81baa13 When installing Maven artifacts, install the source as well
81baa13 is described below
commit 81baa13b5aadfac5f1d709abc2c0dd39c09d5ae0
Author: Filip Hanik <[email protected]>
AuthorDate: Wed Aug 12 08:08:14 2020 -0700
When installing Maven artifacts, install the source as well
---
res/maven/mvn-pub.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/res/maven/mvn-pub.xml b/res/maven/mvn-pub.xml
index e811bb2..76b786c 100644
--- a/res/maven/mvn-pub.xml
+++ b/res/maven/mvn-pub.xml
@@ -52,6 +52,7 @@
<resolver:install>
<artifact file="${file}" />
+ <artifact file="${src}" classifier="sources"/>
<pom file="${pom}.tmp"/>
<artifact file="${file}.asc" type="jar.asc" if:set="gpg.passphrase"/>
<artifact file="${pom}.asc" type="pom.asc" if:set="gpg.passphrase"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]