This is an automated email from the ASF dual-hosted git repository.
fhanik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 46ee8f0 When installing Maven artifacts, install the source as well
46ee8f0 is described below
commit 46ee8f0fa6d0b5d421229a44c5e5ae48150bbc09
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 887578b..4ab26f7 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]