Skip to content

Commit 48bb34e

Browse files
authored
Configure maven-gpg-plugin (#2887)
1 parent 27718c0 commit 48bb34e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,12 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
381381
<groupId>org.apache.maven.plugins</groupId>
382382
<artifactId>maven-gpg-plugin</artifactId>
383383
<version>${maven.gpg.version}</version>
384+
<configuration>
385+
<gpgArguments>
386+
<arg>--pinentry-mode</arg>
387+
<arg>loopback</arg>
388+
</gpgArguments>
389+
</configuration>
384390
<executions>
385391
<execution>
386392
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)