Skip to content

Commit 506dbb3

Browse files
committed
1 parent b05fe66 commit 506dbb3

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

pom.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -248,14 +248,20 @@
248248
<plugin>
249249
<groupId>org.apache.maven.plugins</groupId>
250250
<artifactId>maven-gpg-plugin</artifactId>
251-
<version>1.5</version>
251+
<version>1.6</version>
252252
<executions>
253253
<execution>
254-
<id>sign-artifacts</id>
255-
<phase>verify</phase>
256-
<goals>
254+
<id>sign-artifacts</id>
255+
<phase>verify</phase>
256+
<goals>
257257
<goal>sign</goal>
258-
</goals>
258+
</goals>
259+
<configuration>
260+
<gpgArguments>
261+
<arg>--pinentry-mode</arg>
262+
<arg>loopback</arg>
263+
</gpgArguments>
264+
</configuration>
259265
</execution>
260266
</executions>
261267
</plugin>

0 commit comments

Comments
 (0)