Skip to content

Commit

Permalink
Tweaks to POM file: add artifact signing to release profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgoncalves committed Sep 11, 2014
1 parent b2f2ae5 commit 7a5790f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,20 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 7a5790f

Please sign in to comment.