Skip to content

Commit

Permalink
disable maven gpg plugin to fix travis build error
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Aug 2, 2015
1 parent 8313d10 commit f75382b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</execution>
</executions>
</plugin>

<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand All @@ -126,7 +126,7 @@
</execution>
</executions>
</plugin>

-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down

0 comments on commit f75382b

Please sign in to comment.