Skip to content
This repository was archived by the owner on May 11, 2018. It is now read-only.

Commit 82038fc

Browse files
Modified POM to add Javadoc and GPG plugin
1 parent 8b6e48e commit 82038fc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,12 @@
248248
<artifactId>maven-javadoc-plugin</artifactId>
249249
<version>2.8</version>
250250
<executions>
251+
<execution>
252+
<id>attach-javadocs</id>
253+
<goals>
254+
<goal>jar</goal>
255+
</goals>
256+
</execution>
251257
<execution>
252258
<phase>javadoc</phase>
253259
<goals>
@@ -314,6 +320,19 @@
314320
</reporting>
315321
</configuration>
316322
</plugin>
323+
<plugin>
324+
<groupId>org.apache.maven.plugins</groupId>
325+
<artifactId>maven-gpg-plugin</artifactId>
326+
<executions>
327+
<execution>
328+
<id>sign-artifacts</id>
329+
<phase>verify</phase>
330+
<goals>
331+
<goal>sign</goal>
332+
</goals>
333+
</execution>
334+
</executions>
335+
</plugin>
317336
</plugins>
318337
</build>
319338
</project>

0 commit comments

Comments
 (0)