This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch bugfix/48-Antrun-executions-for-gpg-should-be-skipped-as-well-when-skipping-GPG-is-requested in repository https://gitbox.apache.org/repos/asf/uima-parent-pom.git
commit af7127e94a64cad81ffa18ac74f8a5fb2bff10e0 Author: Richard Eckart de Castilho <r...@apache.org> AuthorDate: Thu Aug 3 11:31:40 2023 +0200 Issue #48: Antrun executions for gpg should be skipped as well when skipping GPG is requested - Skip GPG antrun execution based on gpg.skip parameter --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 1f2e043..07a42f6 100644 --- a/pom.xml +++ b/pom.xml @@ -151,6 +151,8 @@ <felix.bundle.version>3.3.0</felix.bundle.version> <maven.surefire.heap>512m</maven.surefire.heap> + + <gpg.skip>false</gpg.skip> </properties> <repositories> @@ -878,6 +880,7 @@ <goal>run</goal> </goals> <configuration> + <skip>${gpg.skip}</skip> <target> <taskdef name="if" classname="net.sf.antcontrib.logic.IfTask" /> <property name="source-release" location="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip" />