Skip to content

Commit 9ed8c95

Browse files
committed
[feature] Apache Maven Javadoc Plugin
1 parent fc25334 commit 9ed8c95

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,12 @@
300300
<artifactId>maven-source-plugin</artifactId>
301301
<version>3.4.0</version>
302302
</plugin>
303+
<!-- Maven Javadoc Plugin -->
304+
<plugin>
305+
<groupId>org.apache.maven.plugins</groupId>
306+
<artifactId>maven-javadoc-plugin</artifactId>
307+
<version>3.12.0</version>
308+
</plugin>
303309
</plugins>
304310
</build>
305311
</project>

0 commit comments

Comments
 (0)