Skip to content

Commit

Permalink
Added missing gpg passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
kstyrc committed Apr 12, 2015
1 parent a743adc commit 5916c8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<configuration>
<passphrase>${gpg.passphrase}</passphrase>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 5916c8d

Please sign in to comment.