Skip to content

Commit 7d548b0

Browse files
author
talhadilber
committed
sign error fixed
1 parent bc6dfa6 commit 7d548b0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<plugin>
161161
<groupId>org.apache.maven.plugins</groupId>
162162
<artifactId>maven-gpg-plugin</artifactId>
163-
<version>1.5</version>
163+
<version>3.2.2</version>
164164
<executions>
165165
<execution>
166166
<id>sign-artifacts</id>
@@ -170,6 +170,12 @@
170170
</goals>
171171
</execution>
172172
</executions>
173+
<configuration>
174+
<gpgArguments>
175+
<arg>--pinentry-mode</arg>
176+
<arg>loopback</arg>
177+
</gpgArguments>
178+
</configuration>
173179
</plugin>
174180
<plugin>
175181
<groupId>org.sonatype.central</groupId>

0 commit comments

Comments
 (0)