Fix GPG plugin

This commit is contained in:
Young Bu Park 2020-01-16 16:49:51 -08:00
parent 7374cf0138
commit ed1e91a575
1 changed files with 7 additions and 0 deletions

View File

@ -86,6 +86,13 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--batch</arg>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>