You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ws...@apache.org on 2007/05/13 04:53:09 UTC

svn commit: r537541 - /maven/archiva/branches/archiva-0.9/pom.xml

Author: wsmoak
Date: Sat May 12 19:53:08 2007
New Revision: 537541

URL: http://svn.apache.org/viewvc?view=rev&rev=537541
Log:
Override the version of the gpg plugin coming from maven-parent v5, we need 1.0-alpha-3 for signing war files.
This can be removed once maven-parent v6 is released

Modified:
    maven/archiva/branches/archiva-0.9/pom.xml

Modified: maven/archiva/branches/archiva-0.9/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/branches/archiva-0.9/pom.xml?view=diff&rev=537541&r1=537540&r2=537541
==============================================================================
--- maven/archiva/branches/archiva-0.9/pom.xml (original)
+++ maven/archiva/branches/archiva-0.9/pom.xml Sat May 12 19:53:08 2007
@@ -557,6 +557,18 @@
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <!-- TODO:  Remove after maven-parent v6 is released -->
+            <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.0-alpha-3</version>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
   </profiles>
   <repositories>
     <repository>