Repository: olingo-odata4 Updated Branches: refs/heads/master a931f657f -> ee60a793a
[OLINGO-997] Make release build work with java 8 Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/ee60a793 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/ee60a793 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/ee60a793 Branch: refs/heads/master Commit: ee60a793ae524ab871e5e7f7cc05b9889b462a92 Parents: a931f65 Author: Christian Amend <[email protected]> Authored: Fri Aug 12 10:25:35 2016 +0200 Committer: Christian Amend <[email protected]> Committed: Fri Aug 12 10:25:35 2016 +0200 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/ee60a793/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cb57180..91d311d 100644 --- a/pom.xml +++ b/pom.xml @@ -104,6 +104,9 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.source>1.6</project.build.source> <olingo.deploy.skip>true</olingo.deploy.skip> + + <!-- Setting needed for Java 8 release builds --> + <additionalparam>-Xdoclint:none</additionalparam> </properties> <dependencyManagement>
