Skip to content

Commit

Permalink
configure maven-javadoc-plugin with additionalOptions -Xdoclint:none … (
Browse files Browse the repository at this point in the history
#93)

* configure maven-javadoc-plugin with additionalOptions -Xdoclint:none to ignore javadoc errors

* configure maven-javadoc-plugin with failOnError to false, and rmove additionalOptions -Xdoclint:none
  • Loading branch information
kortemik authored Sep 30, 2024
1 parent c1fbd98 commit 5d6b8eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@
</goals>
<configuration>
<source>8</source>
<failOnError>false</failOnError>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 5d6b8eb

Please sign in to comment.