Repository: activemq-cli-tools Updated Branches: refs/heads/master 1d99c42f7 -> e4b3cf4f4
NO-JIRA - fix javadoc Project: http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/commit/e4b3cf4f Tree: http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/tree/e4b3cf4f Diff: http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/diff/e4b3cf4f Branch: refs/heads/master Commit: e4b3cf4f417b18634d980361d7ee3f91557f8abf Parents: 1d99c42 Author: Christopher L. Shannon (cshannon) <[email protected]> Authored: Mon Apr 10 09:12:21 2017 -0400 Committer: Christopher L. Shannon (cshannon) <[email protected]> Committed: Mon Apr 10 09:12:21 2017 -0400 ---------------------------------------------------------------------- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/blob/e4b3cf4f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 672e8a6..94a4ba9 100644 --- a/pom.xml +++ b/pom.xml @@ -161,6 +161,15 @@ <tagNameFormat>@{project.version}</tagNameFormat> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <!-- necessary for now under the javadocs can be fixed because + jdk8 is much stricter --> + <additionalparam>-Xdoclint:none</additionalparam> + </configuration> + </plugin> </plugins> </pluginManagement> </build>
