You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2009/02/01 04:49:05 UTC

svn commit: r739694 - /webservices/juddi/branches/v3_trunk/pom.xml

Author: kstam
Date: Sun Feb  1 03:49:05 2009
New Revision: 739694

URL: http://svn.apache.org/viewvc?rev=739694&view=rev
Log:
JUDDI-180 Adding release profile for singing our release artifacts

Modified:
    webservices/juddi/branches/v3_trunk/pom.xml

Modified: webservices/juddi/branches/v3_trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/pom.xml?rev=739694&r1=739693&r2=739694&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/pom.xml Sun Feb  1 03:49:05 2009
@@ -223,6 +223,26 @@
 </plugin>
 </plugins>
 </build>
-</profile>    
+</profile>
+    <profile>
+      <id>release</id>
+      <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-gpg-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>sign-artifacts</id>
+            <phase>verify</phase>
+            <goals>
+              <goal>sign</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  </profile>  
 </profiles>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org