Skip to content

Commit a6f7189

Browse files
committed
Add GPG key configuration and .env for passphrase management
- Configured the `maven-gpg-plugin` with a specific GPG key. - Added `.env` file for securely managing the GPG passphrase.
1 parent 0ff743c commit a6f7189

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GPG_PASSPHRASE=op://offixa/env/GPG_PASSPHRASE

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
<artifactId>maven-gpg-plugin</artifactId>
8989
<version>3.1.0</version>
9090
<configuration>
91+
<keyname>25E6E15AAFBA4DCD</keyname>
9192
<passphrase>${env.GPG_PASSPHRASE}</passphrase>
9293
<gpgArguments>
9394
<arg>--pinentry-mode</arg>

0 commit comments

Comments
 (0)