[gatein-commits] gatein SVN: r2005 - components/shindig/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 5 09:37:25 EST 2010


Author: thomas.heute at jboss.com
Date: 2010-03-05 09:37:24 -0500 (Fri, 05 Mar 2010)
New Revision: 2005

Modified:
   components/shindig/trunk/pom.xml
Log:
Remove gpg stuff


Modified: components/shindig/trunk/pom.xml
===================================================================
--- components/shindig/trunk/pom.xml	2010-03-05 14:04:49 UTC (rev 2004)
+++ components/shindig/trunk/pom.xml	2010-03-05 14:37:24 UTC (rev 2005)
@@ -689,6 +689,7 @@
       <build>
         <plugins>
           <!-- We want to sign the artifact, the POM, and all attached artifacts -->
+          <!--
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-gpg-plugin</artifactId>
@@ -703,7 +704,9 @@
               </execution>
             </executions>
           </plugin>
+          -->
           <!-- We want to deploy the artifact to a staging location for perusal -->
+          <!--
           <plugin>
             <inherited>true</inherited>
             <groupId>org.apache.maven.plugins</groupId>
@@ -713,6 +716,7 @@
               <updateReleaseInfo>true</updateReleaseInfo>
             </configuration>
           </plugin>
+          -->
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-source-plugin</artifactId>



More information about the gatein-commits mailing list