Skip to content

Commit 6710940

Browse files
update pom release
1 parent 26f29f3 commit 6710940

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
@@ -126,6 +126,26 @@
126126
<stagingProgressTimeoutMinutes>10</stagingProgressTimeoutMinutes>
127127
</configuration>
128128
</plugin>
129+
<plugin>
130+
<groupId>org.apache.maven.plugins</groupId>
131+
<artifactId>maven-gpg-plugin</artifactId>
132+
<version>3.0.1</version>
133+
<executions>
134+
<execution>
135+
<id>sign-artifacts</id>
136+
<phase>verify</phase>
137+
<goals>
138+
<goal>sign</goal>
139+
</goals>
140+
</execution>
141+
</executions>
142+
<configuration>
143+
<gpgArguments>
144+
<arg>--pinentry-mode</arg>
145+
<arg>loopback</arg>
146+
</gpgArguments>
147+
</configuration>
148+
</plugin>
129149
</plugins>
130150
</build>
131151

0 commit comments

Comments
 (0)