Skip to content

Commit

Permalink
Update pom.xml for maven deploy
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stleary committed Jun 18, 2023
1 parent f959baa commit a963115
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -139,6 +139,12 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit a963115

Please sign in to comment.