Repository: activemq Updated Branches: refs/heads/activemq-5.14.x ae97f7dfb -> c6f56738d
NO-JIRA: Disabling doclint check so jdk8 can be used to build javadocs (cherry picked from commit 507bf3ab01f604808274e3618008fd9ff2aa6903) Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/c6f56738 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/c6f56738 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/c6f56738 Branch: refs/heads/activemq-5.14.x Commit: c6f56738d77dd313819a541ff94fa559d6ee3b35 Parents: ae97f7d Author: Christopher L. Shannon (cshannon) <[email protected]> Authored: Tue Sep 27 08:20:23 2016 -0400 Committer: Christopher L. Shannon (cshannon) <[email protected]> Committed: Tue Sep 27 08:21:35 2016 -0400 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/c6f56738/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 760491a..e7bb898 100755 --- a/pom.xml +++ b/pom.xml @@ -1496,6 +1496,8 @@ <maxmemory>2048m</maxmemory> <source>${source-version}</source> <additionalJOption>-J-Xmx2048m</additionalJOption> + <!-- necessary for now under the javadocs can be fixed because jdk8 is much stricter --> + <additionalparam>-Xdoclint:none</additionalparam> </configuration> <executions> <execution>
