Skip to content

Commit

Permalink
remove doclint option in pom.mxl
Browse files Browse the repository at this point in the history
  • Loading branch information
kwsutter committed Oct 31, 2018
1 parent 35e2d0b commit 2641031
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<configuration>
<!-- The following doclint line is a temporary hack to avoid javadoc errors that
appear following jdk-8. Ultimately these warnings and errors should be resolved. -->
<!-- <additionalparam>-Xdoclint:all</additionalparam> -->
<docfilessubdirs>true</docfilessubdirs>
<docfilessubdirs>true</docfilessubdirs>
<groups>
<group>
<title>JAXR API Documentation</title>
Expand Down

0 comments on commit 2641031

Please sign in to comment.