You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2009/01/14 08:22:53 UTC

svn commit: r734354 - /cocoon/cocoon3/trunk/pom.xml

Author: reinhard
Date: Tue Jan 13 23:22:52 2009
New Revision: 734354

URL: http://svn.apache.org/viewvc?rev=734354&view=rev
Log:
add GPG plugin to root pom too

Modified:
    cocoon/cocoon3/trunk/pom.xml

Modified: cocoon/cocoon3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/pom.xml?rev=734354&r1=734353&r2=734354&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/pom.xml (original)
+++ cocoon/cocoon3/trunk/pom.xml Tue Jan 13 23:22:52 2009
@@ -87,5 +87,25 @@
         <module>cocoon-archetype-webapp</module>        
       </modules>    
     </profile>  
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.0-alpha-3</version>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>    
+        </plugins>          
+      </build>
+    </profile>    
   </profiles>
 </project>
\ No newline at end of file