You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fh...@apache.org on 2020/06/23 21:26:06 UTC

[tomcat] branch master updated: Make `ant -f mvn-pub.xml generic-install` work with the new ant tasks

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 3717e06  Make `ant -f mvn-pub.xml generic-install` work with the new ant tasks
3717e06 is described below

commit 3717e06e5f2d58deb7379a20d43f688d89f716d4
Author: Filip Hanik <fh...@pivotal.io>
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 ae4e85d..0f5d6d2 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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org