You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jm...@apache.org on 2007/04/17 23:25:24 UTC

svn commit: r529770 - /maven/continuum/trunk/continuum-webapp/pom.xml

Author: jmcconnell
Date: Tue Apr 17 14:25:23 2007
New Revision: 529770

URL: http://svn.apache.org/viewvc?view=rev&rev=529770
Log:
capturing r529769 to make future releases work for this war artifact and the gpg plugin until new maven parent pom is released

Modified:
    maven/continuum/trunk/continuum-webapp/pom.xml

Modified: maven/continuum/trunk/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/pom.xml?view=diff&rev=529770&r1=529769&r2=529770
==============================================================================
--- maven/continuum/trunk/continuum-webapp/pom.xml (original)
+++ maven/continuum/trunk/continuum-webapp/pom.xml Tue Apr 17 14:25:23 2007
@@ -24,7 +24,19 @@
         </excludes>
       </resource>
     </resources>
+	<pluginManagement>
+      <plugins>
+      <plugin>
+        <artifactId>maven-gpg-plugin</artifactId>
+        <version>1.0-alpha-3</version>
+      </plugin>
+</plugins>
+</pluginManagement>
     <plugins>
+      <plugin>
+        <artifactId>maven-gpg-plugin</artifactId>
+        <version>1.0-alpha-3</version>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-clean-plugin</artifactId>