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 c9f605a commit 6025233Copy full SHA for 6025233
1 file changed
pom.xml
@@ -244,6 +244,21 @@
244
<id>release</id>
245
<build>
246
<plugins>
247
+ <plugin>
248
+ <groupId>org.apache.maven.plugins</groupId>
249
+ <artifactId>maven-gpg-plugin</artifactId>
250
+ <version>1.5</version>
251
+ <executions>
252
+ <execution>
253
+ <id>sign-artifacts</id>
254
+ <phase>verify</phase>
255
+ <goals>
256
+ <goal>sign</goal>
257
+ </goals>
258
+ </execution>
259
+ </executions>
260
+ </plugin>
261
+
262
<plugin>
263
<groupId>org.apache.maven.plugins</groupId>
264
<artifactId>maven-source-plugin</artifactId>
@@ -257,6 +272,7 @@
272
</execution>
273
</executions>
274
</plugin>
275
276
277
278
<artifactId>maven-javadoc-plugin</artifactId>
0 commit comments