Skip to content

Commit 85e77c4

Browse files
authored
Update pom.xml
1 parent 261f4ad commit 85e77c4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,11 @@
146146
<goal>sign</goal>
147147
</goals>
148148
<configuration>
149-
<gpgArguments>
150-
<arg>--pinentry-mode</arg>
151-
<arg>loopback</arg>
152-
</gpgArguments>
149+
<gpgArguments>
150+
<arg>--pinentry-mode</arg>
151+
<arg>loopback</arg>
152+
<arg>--batch</arg>
153+
</gpgArguments>
153154
</configuration>
154155
</execution>
155156
</executions>

0 commit comments

Comments
 (0)