Skip to content

Commit 88b6686

Browse files
committed
Release v0.0.3
1 parent a67b9b5 commit 88b6686

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,13 @@
135135
<groupId>org.apache.maven.plugins</groupId>
136136
<artifactId>maven-gpg-plugin</artifactId>
137137
<version>1.5</version>
138+
<configuration>
139+
<!-- Prevent gpg from using pinentry programs -->
140+
<gpgArguments>
141+
<arg>--pinentry-mode</arg>
142+
<arg>loopback</arg>
143+
</gpgArguments>
144+
</configuration>
138145
<executions>
139146
<execution>
140147
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)