Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Sign packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Sree committed Sep 25, 2014
1 parent 7f17eaa commit f32fa4a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Expand Up @@ -762,6 +762,24 @@
<deployAtEnd>true</deployAtEnd>
</configuration>
</plugin>

<!-- GPG signature -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<configuration>
<passphrase>${gpg.passphrase}</passphrase>
<useAgent>${gpg.useagent}</useAgent>
</configuration>
<executions>
<execution>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>

<!-- Nexus deploy plugin -->
<plugin>
Expand Down

0 comments on commit f32fa4a

Please sign in to comment.