Skip to content

Commit

Permalink
Disable PGP plugin so Travis build works
Browse files Browse the repository at this point in the history
  • Loading branch information
jjg-123 committed Jul 30, 2018
1 parent 5227627 commit 720b28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<skip>false</skip>
<skip>true</skip>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 720b28e

Please sign in to comment.