Skip to content

Commit 41ccb79

Browse files
Merge pull request #113 from contentstack/fix/CS-44804
Fix/cs 44804
2 parents 941d260 + 2467c40 commit 41ccb79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,12 @@
270270
<goals>
271271
<goal>sign</goal>
272272
</goals>
273+
<configuration>
274+
<gpgArguments>
275+
<arg>--pinentry-mode</arg>
276+
<arg>loopback</arg>
277+
</gpgArguments>
278+
</configuration>
273279
</execution>
274280
</executions>
275281
</plugin>

0 commit comments

Comments
 (0)