You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2007/01/16 09:28:39 UTC

svn commit: r496635 - /incubator/adffaces/branches/matzew-m1-plugins/pom.xml

Author: matzew
Date: Tue Jan 16 01:28:38 2007
New Revision: 496635

URL: http://svn.apache.org/viewvc?view=rev&rev=496635
Log:
added sign plugin to pom.xml

Modified:
    incubator/adffaces/branches/matzew-m1-plugins/pom.xml

Modified: incubator/adffaces/branches/matzew-m1-plugins/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/pom.xml?view=diff&rev=496635&r1=496634&r2=496635
==============================================================================
--- incubator/adffaces/branches/matzew-m1-plugins/pom.xml (original)
+++ incubator/adffaces/branches/matzew-m1-plugins/pom.xml Tue Jan 16 01:28:38 2007
@@ -168,6 +168,24 @@
     </developer>
   </developers>
   
+  <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>
+
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/adffaces/trunk/plugins/