Skip to content

Commit f65fbf8

Browse files
committed
🔒 Fixing gpg issue
1 parent d0f5c60 commit f65fbf8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@
136136
<goals>
137137
<goal>sign</goal>
138138
</goals>
139+
<configuration>
140+
<gpgArguments>
141+
<arg>--pinentry-mode</arg>
142+
<arg>loopback</arg>
143+
</gpgArguments>
144+
</configuration>
139145
</execution>
140146
</executions>
141147
</plugin>

0 commit comments

Comments
 (0)