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:24:20 UTC

svn commit: r529769 - /maven/continuum/tags/continuum-1.1-alpha-1/continuum-webapp/pom.xml

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>



Re: svn commit: r529769 - /maven/continuum/tags/continuum-1.1-alpha-1/continuum-webapp/pom.xml

Posted by Wendy Smoak <ws...@gmail.com>.
On 4/17/07, jmcconnell@apache.org <jm...@apache.org> wrote:
> 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

I ran into this with the Archiva release, and I *thought* I tested it
with a gpg plugin snapshot, but apparently not.

I changed the gpg plugin version in the parent pom:
http://svn.apache.org/repos/asf/maven/pom/trunk/maven/pom.xml

-- 
Wendy