Skip to content

Commit d3a518b

Browse files
committed
fix pgp plugin
1 parent e231237 commit d3a518b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@
8585
<goal>sign</goal>
8686
</goals>
8787
<phase>verify</phase>
88+
<configuration>
89+
<!-- Prevent `gpg` from using pinentry programs -->
90+
<gpgArguments>
91+
<arg>--pinentry-mode</arg>
92+
<arg>loopback</arg>
93+
</gpgArguments>
94+
</configuration>
8895
</execution>
8996
</executions>
9097
</plugin>

0 commit comments

Comments
 (0)