Bringing archiva release process in line with continuum.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@543518 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joakim Erdfelt 2007-06-01 15:57:21 +00:00
parent 91f96f8101
commit 5aac9bd0f7
1 changed files with 12 additions and 0 deletions

12
pom.xml
View File

@ -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>