Skip to content

Commit a963115

Browse files
authored
Update pom.xml for maven deploy
Deploy failed on the mac pro with: gpg: signing failed: Inappropriate ioctl for device Somehow I had a different gpg version installed. This change fixed it.
1 parent f959baa commit a963115

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
@@ -139,6 +139,12 @@
139139
<goals>
140140
<goal>sign</goal>
141141
</goals>
142+
<configuration>
143+
<gpgArguments>
144+
<arg>--pinentry-mode</arg>
145+
<arg>loopback</arg>
146+
</gpgArguments>
147+
</configuration>
142148
</execution>
143149
</executions>
144150
</plugin>

0 commit comments

Comments
 (0)