Skip to content

Commit fe8738e

Browse files
committed
Fixed the popup for password request in GPG signing
1 parent 95875cb commit fe8738e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,20 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-gpg-plugin</artifactId>
99-
<version>1.5</version>
99+
<version>3.1.0</version>
100100
<executions>
101101
<execution>
102102
<id>sign-artifacts</id>
103103
<phase>verify</phase>
104104
<goals>
105105
<goal>sign</goal>
106106
</goals>
107+
<configuration>
108+
<gpgArguments>
109+
<arg>--pinentry-mode</arg>
110+
<arg>loopback</arg>
111+
</gpgArguments>
112+
</configuration>
107113
</execution>
108114
</executions>
109115
</plugin>

0 commit comments

Comments
 (0)