Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 0e7f8cd

Browse files
author
Brord van Wierst
authored
Added gpg to properties (#209)
1 parent 73253ec commit 0e7f8cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,10 @@
389389
<activation>
390390
<activeByDefault>false</activeByDefault>
391391
</activation>
392+
<properties>
393+
<gpg.keyname>${env.GPG_KEYNAME}</gpg.keyname>
394+
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
395+
</properties>
392396
<build>
393397
<plugins>
394398
<plugin>

0 commit comments

Comments
 (0)