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:48:12 UTC

svn commit: r593071 - /myfaces/orchestra/trunk/maven/pom.xml

Author: manolito
Date: Thu Nov  8 00:48:11 2007
New Revision: 593071

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

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

Modified: myfaces/orchestra/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/maven/pom.xml?rev=593071&r1=593070&r2=593071&view=diff
==============================================================================
--- myfaces/orchestra/trunk/maven/pom.xml (original)
+++ myfaces/orchestra/trunk/maven/pom.xml Thu Nov  8 00:48:11 2007
@@ -169,6 +169,7 @@
 					</execution>
 				</executions>
 			</plugin>
+			<!--
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-gpg-plugin</artifactId>
@@ -180,13 +181,15 @@
 							<goal>sign</goal>
 						</goals>
 						<configuration>
-							<!-- activate for the release - is this somehow automatically possible -->
+							activate for the release - is this somehow automatically possible?
+							manolito: yes it is, just do it with release plugin or use -DperformRelease=true
 							<skip>true</skip>
 							<useAgent>true</useAgent>
 						</configuration>
 					</execution>
 				</executions>
 			</plugin>
+			-->
 		</plugins>
 	</build>