Skip to content

Commit

Permalink
Merge pull request #5 from square/jwilson/nosign
Browse files Browse the repository at this point in the history
Don't sign artifacts in the default configuration.
  • Loading branch information
pforhan committed Jul 23, 2012
2 parents 9284516 + 53ef23e commit 7e6015b
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 7e6015b

Please sign in to comment.