Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 250b9a7

Browse files
author
Caesar Ralf
committed
Update GPG plugin config
1 parent 91d7e1f commit 250b9a7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,26 @@
188188
</execution>
189189
</executions>
190190
</plugin>
191+
<plugin>
192+
<groupId>org.apache.maven.plugins</groupId>
193+
<artifactId>maven-gpg-plugin</artifactId>
194+
<version>3.0.1</version>
195+
<executions>
196+
<execution>
197+
<id>sign-artifacts</id>
198+
<goals>
199+
<goal>sign</goal>
200+
</goals>
201+
<phase>verify</phase>
202+
<configuration>
203+
<gpgArguments>
204+
<arg>--pinentry-mode</arg>
205+
<arg>loopback</arg>
206+
</gpgArguments>
207+
</configuration>
208+
</execution>
209+
</executions>
210+
</plugin>
191211
</plugins>
192212
</build>
193213
</project>

0 commit comments

Comments
 (0)