Skip to content

Commit

Permalink
Use the <doclint/> configuration setting to turn off doclint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezp committed Mar 28, 2018
1 parent c3c2ae0 commit cce4782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -283,7 +283,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<doclint>none</doclint>
</configuration>
</plugin>
<!-- Checkstyle -->
Expand Down

0 comments on commit cce4782

Please sign in to comment.