Skip to content

Commit d391598

Browse files
committed
Extend maven gpg configuration
1 parent 1aaf2d3 commit d391598

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@
331331
<arg>--pinentry-mode</arg>
332332
<arg>loopback</arg>
333333
</gpgArguments>
334+
<passphrase>${env.MAVEN_GPG_PASSPHRASE}</passphrase>
334335
</configuration>
335336
</execution>
336337
</executions>
@@ -384,4 +385,4 @@
384385
</repository>
385386
</repositories>
386387

387-
</project>
388+
</project>

0 commit comments

Comments
 (0)