Skip to content

Commit

Permalink
add gpg sign plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jussimalinen committed Nov 4, 2013
1 parent 5848fca commit 7fe5a67
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Expand Up @@ -405,6 +405,21 @@
</libdoc>
</configuration>
</plugin>
<plugin>
<!-- Use "mvn install -Dgpg.skip=true" to skip signing -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>install</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 7fe5a67

Please sign in to comment.