Skip to content

Commit 4c98b48

Browse files
committed
Changed pin entry mode
1 parent eb69c2e commit 4c98b48

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@
158158
<goals>
159159
<goal>sign</goal>
160160
</goals>
161+
<configuration>
162+
<gpgArguments>
163+
<arg>--pinentry-mode</arg>
164+
<arg>loopback</arg>
165+
</gpgArguments>
166+
</configuration>
161167
</execution>
162168
</executions>
163169
</plugin>

0 commit comments

Comments
 (0)