We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5887d commit 86f54aaCopy full SHA for 86f54aa
1 file changed
impl/pom.xml
@@ -231,6 +231,20 @@
231
<arguments>${release.arguments}</arguments>
232
</configuration>
233
</plugin>
234
+ <plugin>
235
+ <groupId>org.apache.maven.plugins</groupId>
236
+ <artifactId>maven-gpg-plugin</artifactId>
237
+ <version>1.6</version>
238
+ <executions>
239
+ <execution>
240
+ <id>sign-artifacts</id>
241
+ <phase>verify</phase>
242
+ <goals>
243
+ <goal>sign</goal>
244
+ </goals>
245
+ </execution>
246
+ </executions>
247
+ </plugin>
248
</plugins>
249
<resources>
250
<resource>
0 commit comments