Skip to content

Commit

Permalink
Fix the JavaDoc plugin.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed May 6, 2024
1 parent baf4b12 commit 99d11e2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,8 @@
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalJOption>--no-module-directories</additionalJOption>
<doclint>none</doclint>
<!-- Get around issues with module errors when producing JavaDocs for releases. The generated JavaDoc
is still generated with the Java 9+ style.
-->
<release>8</release>
<sourcepath>${project.build.sourceDirectory}</sourcepath>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 99d11e2

Please sign in to comment.