Skip to content

Commit

Permalink
Skip user interaction during signing
Browse files Browse the repository at this point in the history
  • Loading branch information
nkolosnjaji committed Jun 11, 2024
1 parent 31ab69a commit 6c5caa1
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 @@ -39,6 +39,12 @@
</goals>
</execution>
</executions>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 6c5caa1

Please sign in to comment.