We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e1743 commit a34d15cCopy full SHA for a34d15c
pom.xml
@@ -222,6 +222,26 @@
222
</execution>
223
</executions>
224
</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>
245
</plugins>
246
</build>
247
<profiles>
0 commit comments