You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ka...@apache.org on 2008/09/25 16:57:09 UTC

svn commit: r698995 - /lucene/mahout/trunk/pom.xml

Author: kalle
Date: Thu Sep 25 07:57:09 2008
New Revision: 698995

URL: http://svn.apache.org/viewvc?rev=698995&view=rev
Log:
signs artifacts at deploy

Modified:
    lucene/mahout/trunk/pom.xml

Modified: lucene/mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/pom.xml?rev=698995&r1=698994&r2=698995&view=diff
==============================================================================
--- lucene/mahout/trunk/pom.xml (original)
+++ lucene/mahout/trunk/pom.xml Thu Sep 25 07:57:09 2008
@@ -113,7 +113,24 @@
       <layout>default</layout>
     </snapshotRepository>
   </distributionManagement>
-  
+ 
+  <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> 
 
 </project>