Repository: activemq Updated Branches: refs/heads/master 26e7136ab -> 507bf3ab0
NO-JIRA: Disabling doclint check so jdk8 can be used to build javadocs Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/507bf3ab Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/507bf3ab Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/507bf3ab Branch: refs/heads/master Commit: 507bf3ab01f604808274e3618008fd9ff2aa6903 Parents: 26e7136 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:20:23 2016 -0400 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/507bf3ab/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8b4a9a2..3a3b1ec 100755 --- a/pom.xml +++ b/pom.xml @@ -1497,6 +1497,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>
