You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/10/10 14:03:59 UTC

svn commit: r583442 - /myfaces/orchestra/tags/core-1_0/pom.xml

Author: imario
Date: Wed Oct 10 05:03:59 2007
New Revision: 583442

URL: http://svn.apache.org/viewvc?rev=583442&view=rev
Log:
added gpg plugin

Modified:
    myfaces/orchestra/tags/core-1_0/pom.xml

Modified: myfaces/orchestra/tags/core-1_0/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/tags/core-1_0/pom.xml?rev=583442&r1=583441&r2=583442&view=diff
==============================================================================
--- myfaces/orchestra/tags/core-1_0/pom.xml (original)
+++ myfaces/orchestra/tags/core-1_0/pom.xml Wed Oct 10 05:03:59 2007
@@ -201,6 +201,21 @@
 				</configuration>
 			</plugin>
 
+          <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>
+
+
 			<!--
 			   <plugin>
 				   <groupId>org.codehaus.mojo</groupId>