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 e64f270  try adding it here too
e64f270 is described below

commit e64f2701e181526b2bc52b327a52e5530d71a7ba
Author: Alex Harui <[email protected]>
AuthorDate: Wed Feb 13 21:05:19 2019 -0800

    try adding it here too
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index e0170b5..0283bd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,6 +190,13 @@
 
   <build>
     <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-gpg-plugin</artifactId>
+        <configuration>
+            <skip>true</skip><!--true to skip gpg if building release on CI 
server -->
+        </configuration>
+      </plugin>
       <!-- Check if all source files have the required apache license headers 
-->
       <plugin>
         <groupId>org.apache.rat</groupId>

Reply via email to