summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <mortent@yahoo-inc.com>2017-06-15 08:33:07 +0200
committerMorten Tokle <mortent@yahoo-inc.com>2017-06-15 08:33:52 +0200
commit3c9d6c4257ee13576f3438a685bc2130b17814ec (patch)
treebe199725a2991453e0bd128b87d9ca906f6b52ee /pom.xml
parent7aaf8a406617ae1e853d4382f93668f62a488560 (diff)
Add sign-artifacts profile
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 54656f22d92..7ab3c77afee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -498,6 +498,25 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>sign-artifacts</id>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>1.6</version>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </profile>
</profiles>
<dependencyManagement>
<dependencies>