|
@@ -501,6 +501,13 @@
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
<version>${maven-gpg-plugin.version}</version>
|
|
<version>${maven-gpg-plugin.version}</version>
|
|
|
|
+ <configuration>
|
|
|
|
+ <!-- Prevent gpg from using pinentry programs -->
|
|
|
|
+ <gpgArguments>
|
|
|
|
+ <arg>--pinentry-mode</arg>
|
|
|
|
+ <arg>loopback</arg>
|
|
|
|
+ </gpgArguments>
|
|
|
|
+ </configuration>
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|
|
<phase>verify</phase>
|
|
<phase>verify</phase>
|