Skip to content

Commit

Permalink
Restore workaround for Maven publish ioctl issue
Browse files Browse the repository at this point in the history
  • Loading branch information
galderz committed Dec 10, 2020
1 parent b661ff9 commit 0691c7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,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 0691c7a

Please sign in to comment.