Revert "javadoc: Enable all but missing and syntax doclint checks"
this would break the release script.
This reverts commit c70883674f
.
This commit is contained in:
parent
1b1b0150c2
commit
21a77056a8
6
pom.xml
6
pom.xml
|
@ -685,11 +685,7 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<configuration>
|
||||
<additionalparam>
|
||||
-Xdoclint:all
|
||||
-Xdoclint:-missing
|
||||
-Xdoclint:-syntax
|
||||
</additionalparam>
|
||||
<additionalparam>-Xdoclint:none</additionalparam>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in New Issue