Skip to content

Commit 66e0e2b

Browse files
committed
fix: gpg-plugin
1 parent a8e0cc4 commit 66e0e2b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,13 @@
188188
<plugin>
189189
<groupId>org.apache.maven.plugins</groupId>
190190
<artifactId>maven-gpg-plugin</artifactId>
191-
<version>1.5</version>
191+
<version>3.0.1</version>
192+
<configuration>
193+
<gpgArguments>
194+
<arg>--pinentry-mode</arg>
195+
<arg>loopback</arg>
196+
</gpgArguments>
197+
</configuration>
192198
<executions>
193199
<execution>
194200
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)