This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new aac8218 Fail the build if GPG is not found in the expected location.
aac8218 is described below
commit aac82181b5ca57bd7cb33a86f8b6c22725912a3a
Author: Christopher Schultz <[email protected]>
AuthorDate: Thu Nov 11 10:40:29 2021 -0500
Fail the build if GPG is not found in the expected location.
---
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 22c8ddf..6671de1 100644
--- a/res/maven/mvn-pub.xml
+++ b/res/maven/mvn-pub.xml
@@ -515,6 +515,7 @@
<target name="init-gpg-1">
<available file="${gpg.exec}" property="gpg.exec.available"/>
+ <fail unless="gpg.exec.available">GPG is required, but was not found at
${gpg.exec}</fail>
</target>
<target name="init-gpg-2" if="${gpg.exec.available}">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]