Skip to content

Commit 31023c1

Browse files
committed
WIP
1 parent e31587f commit 31023c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,10 @@
279279
<artifactId>maven-gpg-plugin</artifactId>
280280
<version>${maven-gpg-plugin.version}</version>
281281
<configuration>
282-
<useAgent>false</useAgent>
282+
<gpgArguments>
283+
<arg>--pinentry-mode</arg>
284+
<arg>loopback</arg>
285+
</gpgArguments>
283286
</configuration>
284287
<executions>
285288
<execution>

0 commit comments

Comments
 (0)