Skip to content

Commit

Permalink
Remove the maven gpg plugin
Browse files Browse the repository at this point in the history
We're not signing the packages using Maven since it's done during the bintray upload, and this is apparently causing troubles in some Travis builds.
  • Loading branch information
adejanovski committed Aug 2, 2018
1 parent 72ce3a9 commit 09c39f3
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,24 +220,6 @@
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<passphraseServerId>ossrh</passphraseServerId>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
<goals>
<goal>sign</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
</plugin>

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

0 comments on commit 09c39f3

Please sign in to comment.