Skip to content

Commit 15087bb

Browse files
committed
Support signing commits in CI.
Closes #1778.
1 parent c892b79 commit 15087bb

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
@@ -197,6 +197,13 @@
197197
<goals>
198198
<goal>sign</goal>
199199
</goals>
200+
<configuration>
201+
<gpgArguments>
202+
<arg>--pinentry-mode</arg>
203+
<arg>loopback</arg>
204+
<arg>--no-tty</arg>
205+
</gpgArguments>
206+
</configuration>
200207
</execution>
201208
</executions>
202209
</plugin>

0 commit comments

Comments
 (0)