Skip to content

Commit

Permalink
disable gpg phase
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroyle committed Nov 27, 2016
1 parent fef4b89 commit c3cf5f1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,24 @@
</execution>
</executions>
</plugin>
<!-- (disables this from the parent pom ->) Sign project artifacts -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<configuration>
<passphrase>${gpg.passphrase}</passphrase>
<useAgent>${gpg.useAgent}</useAgent>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>help</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit c3cf5f1

Please sign in to comment.