You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/01/29 20:18:41 UTC

svn commit: r738972 - /incubator/openwebbeans/trunk/pom.xml

Author: gerdogdu
Date: Thu Jan 29 19:18:41 2009
New Revision: 738972

URL: http://svn.apache.org/viewvc?rev=738972&view=rev
Log:
Update pom for adding gpg and checksum plugin

Modified:
    incubator/openwebbeans/trunk/pom.xml

Modified: incubator/openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=738972&r1=738971&r2=738972&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/pom.xml (original)
+++ incubator/openwebbeans/trunk/pom.xml Thu Jan 29 19:18:41 2009
@@ -441,6 +441,32 @@
                         </configuration>
                     </plugin>
 
+		    <plugin>
+		        <groupId>org.apache.maven.plugins</groupId>
+		        <artifactId>maven-install-plugin</artifactId>
+		        <configuration>
+		            <createChecksum>true</createChecksum>
+		        </configuration>
+		    </plugin> 
+
+		    <plugin>
+			<groupId>org.apache.maven.plugins</groupId>
+			<artifactId>maven-gpg-plugin</artifactId>
+			<configuration>
+			  <passphrase>${gpg.passphrase}</passphrase>
+			</configuration>
+			<executions>
+			  <execution>
+			    <id>sign-artifacts</id>
+			    <phase>verify</phase>
+			    <goals>
+			      <goal>sign</goal>
+			    </goals>
+			  </execution>
+			</executions>
+		    </plugin>
+
+
                 <!-- We want to deploy the artifact to a staging location for perusal -->
                     <plugin>
                         <inherited>true</inherited>