Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Enable gpg agent for Sonatype OSS releases
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Sep 17, 2012
1 parent b2011f1 commit 9314ed9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Expand Up @@ -389,7 +389,22 @@
</extensions>
</build>


<profiles>
<profile>
<id>sonatype-oss-release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<configuration>
<useAgent>true</useAgent>
</configuration>
</plugin>
</plugins>
</build>
</profile>

<profile>
<!-- This profile lets us skip unit tests (but not integration tests)
Expand Down

0 comments on commit 9314ed9

Please sign in to comment.