This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch release/0.9.6
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/release/0.9.6 by this push:
     new 32c621b  does this have to be in both places or am I not specifying 
the property override correctly
32c621b is described below

commit 32c621b2f2e09102208df440eef7cae931266a34
Author: Alex Harui <[email protected]>
AuthorDate: Thu Feb 14 10:34:45 2019 -0800

    does this have to be in both places or am I not specifying the property 
override correctly
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index b551969..66f3c68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,6 +140,13 @@
         <build>
           <plugins>
             <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-gpg-plugin</artifactId>
+              <configuration>
+                <skip>${skipgpg}</skip><!--true to skip gpg if building 
release on CI server -->
+              </configuration>
+            </plugin>
+            <plugin>
               <groupId>net.sourceforge.jburg</groupId>
               <artifactId>jburg-maven-plugin</artifactId>
               <version>1.10.4</version>

Reply via email to