Skip to content

Commit

Permalink
Specify plugin version and switch off Javadoc linting.
Browse files Browse the repository at this point in the history
This eliminates Maven warnings.
Arguably we might want Javadoc linting on, but it was already switched
off using a different parameter for an older Javadoc plugin version.
  • Loading branch information
abyrd authored and leonardehrenfried committed Sep 11, 2019
1 parent ff05951 commit e86e55d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -214,8 +214,8 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<!-- Turn off Java 8 strict Javadoc checking -->
<additionalparam>-Xdoclint:none</additionalparam>
<!-- Turn off strict Javadoc checking -->
<doclint>none</doclint>
</configuration>
<executions>
<!-- Compress Javadoc into JAR and include that JAR when deploying. -->
Expand Down

0 comments on commit e86e55d

Please sign in to comment.