You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by jo...@apache.org on 2007/06/01 17:57:22 UTC

svn commit: r543518 - /maven/archiva/trunk/pom.xml

Author: joakime
Date: Fri Jun  1 08:57:21 2007
New Revision: 543518

URL: http://svn.apache.org/viewvc?view=rev&rev=543518
Log:
Bringing archiva release process in line with continuum.

Modified:
    maven/archiva/trunk/pom.xml

Modified: maven/archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/pom.xml?view=diff&rev=543518&r1=543517&r2=543518
==============================================================================
--- maven/archiva/trunk/pom.xml (original)
+++ maven/archiva/trunk/pom.xml Fri Jun  1 08:57:21 2007
@@ -771,6 +771,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>
   <properties>
     <maven.version>2.0.5</maven.version>