Author: jmcconnell
Date: Tue Apr 17 14:24:19 2007
New Revision: 529769
URL: http://svn.apache.org/viewvc?view=rev&rev=529769
Log:
uping the version of the gpg plugin being used on the continuum-webapp to one that supports
the war artifact type
Modified:
maven/continuum/tags/continuum-1.1-alpha-1/continuum-webapp/pom.xml
Modified: maven/continuum/tags/continuum-1.1-alpha-1/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/tags/continuum-1.1-alpha-1/continuum-webapp/pom.xml?view=diff&rev=529769&r1=529768&r2=529769
==============================================================================
--- maven/continuum/tags/continuum-1.1-alpha-1/continuum-webapp/pom.xml (original)
+++ maven/continuum/tags/continuum-1.1-alpha-1/continuum-webapp/pom.xml Tue Apr 17 14:24:19
2007
@@ -25,6 +25,13 @@
</resource>
</resources>
<plugins>
+ <!--
+ This version of the gpg plugin supports the war artifact type
+ -->
+ <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>
|