You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tv...@apache.org on 2008/02/29 23:13:47 UTC

svn commit: r632460 - /db/torque/common/trunk/pom.xml

Author: tv
Date: Fri Feb 29 14:13:37 2008
New Revision: 632460

URL: http://svn.apache.org/viewvc?rev=632460&view=rev
Log:
Added the gpg-plugin to allow signing.

Modified:
    db/torque/common/trunk/pom.xml

Modified: db/torque/common/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/common/trunk/pom.xml?rev=632460&r1=632459&r2=632460&view=diff
==============================================================================
--- db/torque/common/trunk/pom.xml (original)
+++ db/torque/common/trunk/pom.xml Fri Feb 29 14:13:37 2008
@@ -336,6 +336,19 @@
           </execution>
         </executions>
       </plugin>
+      <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>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org