You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/04/02 14:38:34 UTC

svn commit: r761269 - /jackrabbit/commons/jcr-rmi/trunk/pom.xml

Author: jukka
Date: Thu Apr  2 12:38:33 2009
New Revision: 761269

URL: http://svn.apache.org/viewvc?rev=761269&view=rev
Log:
JCRRMI-12: Automatically generate GPG signatures for release artifacts

Modified:
    jackrabbit/commons/jcr-rmi/trunk/pom.xml

Modified: jackrabbit/commons/jcr-rmi/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-rmi/trunk/pom.xml?rev=761269&r1=761268&r2=761269&view=diff
==============================================================================
--- jackrabbit/commons/jcr-rmi/trunk/pom.xml (original)
+++ jackrabbit/commons/jcr-rmi/trunk/pom.xml Thu Apr  2 12:38:33 2009
@@ -168,6 +168,25 @@
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <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>
 
   <!-- =================================================================== -->