Author: kalle
Date: Thu Sep 25 07:56:26 2008
New Revision: 698993
URL: http://svn.apache.org/viewvc?rev=698993&view=rev
Log:
signs artifacts at deply
Modified:
lucene/mahout/branches/branch-0.1/pom.xml
Modified: lucene/mahout/branches/branch-0.1/pom.xml
URL:
http://svn.apache.org/viewvc/lucene/mahout/branches/branch-0.1/pom.xml?rev=698993&r1=698992&r2=698993&view=diff
==============================================================================
--- lucene/mahout/branches/branch-0.1/pom.xml (original)
+++ lucene/mahout/branches/branch-0.1/pom.xml Thu Sep 25 07:56:26 2008
@@ -114,5 +114,23 @@
</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>