Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Commit 7c45663

Browse files
committed
upgrade maven-javadoc-plugin to automate deployment
1 parent 80a80ee commit 7c45663

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@
8383
<encoding>${project.build.sourceEncoding}</encoding>
8484
</configuration>
8585
</plugin>
86+
<plugin>
87+
<groupId>org.apache.maven.plugins</groupId>
88+
<artifactId>maven-javadoc-plugin</artifactId>
89+
<version>2.9.1</version>
90+
</plugin>
8691

8792
<!-- Make this JAR OSGi ready -->
8893
<!-- We want to keep packaging type as jar. Therefore we need to customize the MANIFEST.MF.

0 commit comments

Comments
 (0)