You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sr...@apache.org on 2009/10/16 20:23:59 UTC

svn commit: r826026 - /lucene/mahout/trunk/core/pom.xml

Author: srowen
Date: Fri Oct 16 18:23:59 2009
New Revision: 826026

URL: http://svn.apache.org/viewvc?rev=826026&view=rev
Log:
MAHOUT-114 -- attempt to add code signing for all artifacts

Modified:
    lucene/mahout/trunk/core/pom.xml

Modified: lucene/mahout/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/core/pom.xml?rev=826026&r1=826025&r2=826026&view=diff
==============================================================================
--- lucene/mahout/trunk/core/pom.xml (original)
+++ lucene/mahout/trunk/core/pom.xml Fri Oct 16 18:23:59 2009
@@ -236,6 +236,20 @@
 
       <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>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
         <configuration>
           <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>