aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d4d12fb81..11a314cf0 100644
--- a/pom.xml
+++ b/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>