git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@543518
13f79535-47bb-0310-9956-
ffa450edef68
</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>