mirror of https://github.com/apache/archiva.git
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:
parent
91f96f8101
commit
5aac9bd0f7
12
pom.xml
12
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue