Skip to content

Commit d8300fe

Browse files
authored
#322 Update GPG plugin
1 parent 72e9f02 commit d8300fe

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

pom.xml

+19-13
Original file line numberDiff line numberDiff line change
@@ -272,19 +272,25 @@
272272
</executions>
273273
</plugin>
274274
<plugin>
275-
<groupId>org.apache.maven.plugins</groupId>
276-
<artifactId>maven-gpg-plugin</artifactId>
277-
<version>1.5</version>
278-
<executions>
279-
<execution>
280-
<id>sign-artifacts</id>
281-
<phase>verify</phase>
282-
<goals>
283-
<goal>sign</goal>
284-
</goals>
285-
</execution>
286-
</executions>
287-
</plugin>
275+
<groupId>org.apache.maven.plugins</groupId>
276+
<artifactId>maven-gpg-plugin</artifactId>
277+
<version>1.6</version>
278+
<executions>
279+
<execution>
280+
<id>sign-artifacts</id>
281+
<phase>verify</phase>
282+
<goals>
283+
<goal>sign</goal>
284+
</goals>
285+
<configuration>
286+
<gpgArguments>
287+
<arg>--pinentry-mode</arg>
288+
<arg>loopback</arg>
289+
</gpgArguments>
290+
</configuration>
291+
</execution>
292+
</executions>
293+
</plugin>
288294
<plugin>
289295
<groupId>org.apache.maven.plugins</groupId>
290296
<artifactId>maven-jar-plugin</artifactId>

0 commit comments

Comments
 (0)