Skip to content

Commit a34d15c

Browse files
committed
Configure gpg plugin
1 parent e6e1743 commit a34d15c

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
@@ -222,6 +222,26 @@
222222
</execution>
223223
</executions>
224224
</plugin>
225+
<plugin>
226+
<groupId>org.apache.maven.plugins</groupId>
227+
<artifactId>maven-gpg-plugin</artifactId>
228+
<version>1.6</version>
229+
<executions>
230+
<execution>
231+
<id>sign-artifacts</id>
232+
<phase>verify</phase>
233+
<goals>
234+
<goal>sign</goal>
235+
</goals>
236+
<configuration>
237+
<gpgArguments>
238+
<arg>--pinentry-mode</arg>
239+
<arg>loopback</arg>
240+
</gpgArguments>
241+
</configuration>
242+
</execution>
243+
</executions>
244+
</plugin>
225245
</plugins>
226246
</build>
227247
<profiles>

0 commit comments

Comments
 (0)