You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/11/08 09:55:23 UTC

svn commit: r593077 - /myfaces/orchestra/trunk/core/pom.xml

Author: manolito
Date: Thu Nov  8 00:55:22 2007
New Revision: 593077

URL: http://svn.apache.org/viewvc?rev=593077&view=rev
Log:
removed another obsolete maven-gpg-plugin definition

Modified:
    myfaces/orchestra/trunk/core/pom.xml

Modified: myfaces/orchestra/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/pom.xml?rev=593077&r1=593076&r2=593077&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/pom.xml (original)
+++ myfaces/orchestra/trunk/core/pom.xml Thu Nov  8 00:55:22 2007
@@ -200,19 +200,6 @@
 				</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>
 
 
 			<!--