Repository: isis Updated Branches: refs/heads/ISIS-993 e3b93b6ad -> b04c27ff3 (forced update)
ISIS-1296: remove -Xdoclint flag for javadoc since not recognized if using Java8 for release Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/dad09086 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/dad09086 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/dad09086 Branch: refs/heads/ISIS-993 Commit: dad09086ea2dfb806bd65ead5f4b1b5a4a286589 Parents: 9d23232 Author: Dan Haywood <d...@haywood-associates.co.uk> Authored: Sun Jan 10 13:41:53 2016 +0000 Committer: Dan Haywood <d...@haywood-associates.co.uk> Committed: Sun Jan 10 13:41:53 2016 +0000 ---------------------------------------------------------------------- core/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/dad09086/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 624fc0b..5b7de63 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -662,8 +662,10 @@ <version>2.9.1</version> <inherited>true</inherited> <configuration> - <!-- as per http://stackoverflow.com/a/16743137/56880 --> + <!-- as per http://stackoverflow.com/a/16743137/56880; only if using java 8 to build --> +<!-- <additionalparam>-Xdoclint:none</additionalparam> +--> <debug>true</debug> <minmemory>128m</minmemory> <maxmemory>1024m</maxmemory>