Skip to content

Commit 022c37f

Browse files
committed
Update gpg plugin in pom.xml
1 parent 3338791 commit 022c37f

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.shipengine</groupId>
@@ -224,14 +224,20 @@
224224
<plugin>
225225
<groupId>org.apache.maven.plugins</groupId>
226226
<artifactId>maven-gpg-plugin</artifactId>
227-
<version>1.5</version>
227+
<version>1.6</version>
228228
<executions>
229229
<execution>
230230
<id>sign-artifacts</id>
231231
<phase>verify</phase>
232232
<goals>
233233
<goal>sign</goal>
234234
</goals>
235+
<configuration>
236+
<gpgArguments>
237+
<arg>--pinentry-mode</arg>
238+
<arg>loopback</arg>
239+
</gpgArguments>
240+
</configuration>
235241
</execution>
236242
</executions>
237243
</plugin>

0 commit comments

Comments
 (0)