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/03/29 17:14:41 UTC

svn commit: r523739 - /myfaces/tomahawk/branches/1_1_5/pom.xml

Author: manolito
Date: Thu Mar 29 08:14:40 2007
New Revision: 523739

URL: http://svn.apache.org/viewvc?view=rev&rev=523739
Log:
had to add the sign-artifacts profile directly to get it work

Modified:
    myfaces/tomahawk/branches/1_1_5/pom.xml

Modified: myfaces/tomahawk/branches/1_1_5/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_5/pom.xml?view=diff&rev=523739&r1=523738&r2=523739
==============================================================================
--- myfaces/tomahawk/branches/1_1_5/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_5/pom.xml Thu Mar 29 08:14:40 2007
@@ -83,7 +83,35 @@
       <modules>
         <module>sandbox15</module>
       </modules>
-    </profile> 
+    </profile>
+    
+    <profile>
+      <id>sign-artifacts</id>
+      <activation>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
+      <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>
 
   <modules>