Skip to content

Commit 02aebcb

Browse files
committed
Update pom
1 parent 3628510 commit 02aebcb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@
137137
<goals>
138138
<goal>sign</goal>
139139
</goals>
140+
<configuration>
141+
<!-- Prevent `gpg` from using pinentry programs -->
142+
<gpgArguments>
143+
<arg>--pinentry-mode</arg>
144+
<arg>loopback</arg>
145+
</gpgArguments>
146+
</configuration>
140147
</execution>
141148
</executions>
142149
</plugin>

0 commit comments

Comments
 (0)