We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fdb98d commit 97d5396Copy full SHA for 97d5396
pom.xml
@@ -99,13 +99,18 @@
99
<plugin>
100
<groupId>org.apache.maven.plugins</groupId>
101
<artifactId>maven-gpg-plugin</artifactId>
102
- <version>1.6</version>
103
<executions>
104
<execution>
105
<phase>verify</phase>
106
<goals>
107
<goal>sign</goal>
108
</goals>
+ <configuration>
109
+ <gpgArguments>
110
+ <arg>--pinentry-mode</arg>
111
+ <arg>loopback</arg>
112
+ </gpgArguments>
113
+ </configuration>
114
</execution>
115
</executions>
116
</plugin>
0 commit comments