Skip to content

Commit

Permalink
adding maven-gpg-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasabreu committed Feb 22, 2011
1 parent 14fee15 commit c2898af
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Expand Up @@ -141,6 +141,19 @@
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<extensions>
<extension>
Expand Down

0 comments on commit c2898af

Please sign in to comment.