Skip to content

Commit

Permalink
gpg signing settings
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 15, 2023
1 parent ab80226 commit c01e3a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,11 @@
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<configuration>
<keyname>Clojure/core</keyname>
<!-- <keyname>Clojure/core</keyname> -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit c01e3a7

Please sign in to comment.