Skip to content

Commit 350670a

Browse files
committed
1.0.0
1 parent f77d0f9 commit 350670a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,13 @@
180180
<goals>
181181
<goal>sign</goal>
182182
</goals>
183+
<configuration>
184+
<!-- Prevent `gpg` from using pinentry programs -->
185+
<gpgArguments>
186+
<arg>--pinentry-mode</arg>
187+
<arg>loopback</arg>
188+
</gpgArguments>
189+
</configuration>
183190
</execution>
184191
</executions>
185192
</plugin>

0 commit comments

Comments
 (0)