]> source.dussan.org Git - archiva.git/commitdiff
Bringing archiva release process in line with continuum.
authorJoakim Erdfelt <joakime@apache.org>
Fri, 1 Jun 2007 15:57:21 +0000 (15:57 +0000)
committerJoakim Erdfelt <joakime@apache.org>
Fri, 1 Jun 2007 15:57:21 +0000 (15:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@543518 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index d4d12fb81fb1f6b24953ce6002865ebf83d8f317..11a314cf0fa4b99a13001cebf51e90b61810b013 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         </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>