GH-2278 - Access GPG password through environment variable.

This commit is contained in:
Oliver Drotbohm
2025-01-24 09:46:50 +01:00
parent f1ef8914b1
commit e58ae6606d
2 changed files with 2 additions and 2 deletions

View File

@@ -207,7 +207,7 @@
</execution>
</executions>
<configuration>
<passphrase>${env.GPG_PASSPHRASE}</passphrase>
<!-- Password via MAVEN_GPG_PASSWORD -->
</configuration>
</plugin>
<plugin>