Skip to content

Commit df1f52f

Browse files
committed
added javadoc target on pom.xml
1 parent 4b2647c commit df1f52f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
<target>15</target>
2424
</configuration>
2525
</plugin>
26+
<plugin>
27+
<groupId>org.apache.maven.plugins</groupId>
28+
<artifactId>maven-javadoc-plugin</artifactId>
29+
<version>3.2.0</version>
30+
<configuration>
31+
<show>public</show>
32+
<nohelp>true</nohelp>
33+
</configuration>
34+
</plugin>
2635
</plugins>
2736
</build>
2837

0 commit comments

Comments
 (0)