Skip to content

Commit

Permalink
Not show private classes in JavaDocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Mar 6, 2021
1 parent 3942350 commit 5452b3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,11 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<show>private</show>
<failOnError>false</failOnError>
<additionalJOption>-Xdoclint:none</additionalJOption>
<!--
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
-->
<source>8</source>
</configuration>
<executions>
Expand Down

0 comments on commit 5452b3a

Please sign in to comment.