Skip to content

Commit 6b69c11

Browse files
rhoeggmtransier
andauthored
[RELEASE] Non-interactive GPG pin entry (#33)
* Added gpg plugin * Update pom.xml * Fixed indenting * Configure GPG for non-interactive pin entry mode --------- Co-authored-by: Matthias Transier <[email protected]> Co-authored-by: Matthias Transier <[email protected]>
1 parent 2828c99 commit 6b69c11

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,12 @@
198198
<groupId>org.apache.maven.plugins</groupId>
199199
<artifactId>maven-gpg-plugin</artifactId>
200200
<version>3.2.8</version>
201+
<configuration>
202+
<gpgArguments>
203+
<arg>--pinentry-mode</arg>
204+
<arg>loopback</arg>
205+
</gpgArguments>
206+
</configuration>
201207
<executions>
202208
<execution>
203209
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)