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 919183b Make `ant -f mvn-pub.xml generic-install` work with the new
ant tasks
919183b is described below
commit 919183b438e1a2f0004082c69e34accc0c3e2f16
Author: Filip Hanik <[email protected]>
AuthorDate: Tue Jun 23 11:11:24 2020 -0700
Make `ant -f mvn-pub.xml generic-install` work with the new ant tasks
---
res/maven/mvn-pub.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/res/maven/mvn-pub.xml b/res/maven/mvn-pub.xml
index ea504a2..15e9380 100644
--- a/res/maven/mvn-pub.xml
+++ b/res/maven/mvn-pub.xml
@@ -50,8 +50,11 @@
</filterset>
</copy>
- <resolver:install file="${file}">
+ <resolver:install>
+ <artifact file="${file}" />
<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"/>
</resolver:install>
<delete file="${pom}.tmp"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]