Revert "javadoc: Enable all but missing and syntax doclint checks"
this would break the release script. This reverts commit c70883674f3c75d915679493ba23c8982cce98df. Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/21a77056 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/21a77056 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/21a77056 Branch: refs/heads/ARTEMIS-780 Commit: 21a77056a82a7dedfb488cf6bd21619185ffaa00 Parents: 1b1b015 Author: Clebert Suconic <[email protected]> Authored: Thu Nov 3 15:20:11 2016 -0400 Committer: Clebert Suconic <[email protected]> Committed: Thu Nov 3 15:20:11 2016 -0400 ---------------------------------------------------------------------- pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/21a77056/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index eefc4cd..fc338dd 100644 --- a/pom.xml +++ b/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>
