Skip to content

Commit caa8650

Browse files
committed
gpg fix
1 parent 2a95dc8 commit caa8650

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,13 @@
168168
<goals>
169169
<goal>sign</goal>
170170
</goals>
171+
<configuration>
172+
<!-- Prevent `gpg` from using pinentry programs -->
173+
<gpgArguments>
174+
<arg>--pinentry-mode</arg>
175+
<arg>loopback</arg>
176+
</gpgArguments>
177+
</configuration>
171178
</execution>
172179
</executions>
173180
</plugin>

0 commit comments

Comments
 (0)