You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/02/14 18:40:06 UTC

[royale-compiler] branch release/0.9.6 updated: force value to make sure that did work

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 0be4d07  force value to make sure that did work
0be4d07 is described below

commit 0be4d07e30514ec22aa1bad8fd452d03b0a6c987
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Feb 14 10:39:52 2019 -0800

    force value to make sure that did work
---
 pom.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 66f3c68..8433041 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,13 +140,6 @@
         <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>
@@ -195,7 +188,7 @@
         <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 -->
+            <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 -->