Skip to content

Commit

Permalink
Additional pom properties for custom gpg2 settings for artifacts sign…
Browse files Browse the repository at this point in the history
  • Loading branch information
alobodzki authored and mikkokar committed Mar 27, 2018
1 parent cafb7a2 commit fcba619
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions travis/mvn-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,17 @@
<password>${env.SONATYPE_JIRA_PASSWORD}</password>
</server>
</servers>
<profiles>
<profile>
<id>sonatype-oss-release</id>
<properties>
<gpg.executable>gpg2</gpg.executable>
<gpg.defaultKeyring>false</gpg.defaultKeyring>
<gpg.publicKeyring>${env.GPG_DIR}/pubring.gpg</gpg.publicKeyring>
<gpg.secretKeyring>${env.GPG_DIR}/secring.gpg</gpg.secretKeyring>
<gpg.keyname>${env.GPG_KEY_NAME}</gpg.keyname>
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
</properties>
</profile>
</profiles>
</settings>

0 comments on commit fcba619

Please sign in to comment.