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/08/21 21:16:12 UTC

svn commit: r568237 - /myfaces/orchestra/trunk/pom.xml

Author: imario
Date: Tue Aug 21 12:16:12 2007
New Revision: 568237

URL: http://svn.apache.org/viewvc?rev=568237&view=rev
Log:
added gpg plugin, but disabled by default - is it somehow possible to enable it automatically for the release?

Modified:
    myfaces/orchestra/trunk/pom.xml

Modified: myfaces/orchestra/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/pom.xml?rev=568237&r1=568236&r2=568237&view=diff
==============================================================================
--- myfaces/orchestra/trunk/pom.xml (original)
+++ myfaces/orchestra/trunk/pom.xml Tue Aug 21 12:16:12 2007
@@ -143,6 +143,24 @@
 					</execution>
 				</executions>
 			</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>
+						<configuration>
+							<!-- activate for the release - is this somehow automatically possible -->
+							<skip>true</skip>
+							<useAgent>true</useAgent>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
 		</plugins>
 	</build>