Skip to content

Commit c01e3a7

Browse files
committed
gpg signing settings
1 parent ab80226 commit c01e3a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.template.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,11 @@
352352
<artifactId>maven-gpg-plugin</artifactId>
353353
<version>1.4</version>
354354
<configuration>
355-
<keyname>Clojure/core</keyname>
355+
<!-- <keyname>Clojure/core</keyname> -->
356+
<gpgArguments>
357+
<arg>--pinentry-mode</arg>
358+
<arg>loopback</arg>
359+
</gpgArguments>
356360
</configuration>
357361
</plugin>
358362
<plugin>

0 commit comments

Comments
 (0)