Skip to content

Commit 5e1ec4b

Browse files
fix: Use a loopback pinentry for signing (#2577)
1 parent 42a2a92 commit 5e1ec4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,12 @@
286286
<goals>
287287
<goal>sign</goal>
288288
</goals>
289+
<configuration>
290+
<gpgArguments>
291+
<arg>--pinentry-mode</arg>
292+
<arg>loopback</arg>
293+
</gpgArguments>
294+
</configuration>
289295
</execution>
290296
</executions>
291297
</plugin>

0 commit comments

Comments
 (0)