Skip to content

Commit

Permalink
Revert "Do not use the GPG agent for the release"
Browse files Browse the repository at this point in the history
Actually, it *is* a good idea ;-)

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jun 7, 2014
1 parent 29db778 commit 3f0fe61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@
</goals>
</execution>
</executions>
<configuration>
<useAgent>true</useAgent>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 3f0fe61

Please sign in to comment.