Skip to content

Commit

Permalink
Try some more config
Browse files Browse the repository at this point in the history
  • Loading branch information
eirslett committed Oct 4, 2020
1 parent f48f6d6 commit 46de36a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@
<profiles>
<profile>
<id>release</id>
<properties>
<properties>
<gpg.executable>gpg</gpg.executable>
<gpg.keyname>${env.GPG_KEYNAME}</gpg.keyname>
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
</properties>
</properties>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 46de36a

Please sign in to comment.