Skip to content

Commit

Permalink
Don't sign artifacts in the default configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Jul 23, 2012
1 parent 9284516 commit 53ef23e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,19 +147,6 @@
</execution>
</executions>
</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>
<plugin>
<!--
OkHttp requires with javac >= 1.7 for syncFlush on DeflaterOutputStream.
Expand Down

0 comments on commit 53ef23e

Please sign in to comment.