Repository: olingo-odata2
Updated Branches:
  refs/heads/OLINGO-JPA-Fixes 3ed58899d -> 07984dc1b


[OLINGO-997] Make release build work with Java 8


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata2/commit/101d94bf
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata2/tree/101d94bf
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata2/diff/101d94bf

Branch: refs/heads/OLINGO-JPA-Fixes
Commit: 101d94bf97d5f1614cb368facfb0923e5f271556
Parents: 5974655
Author: Christian Amend <[email protected]>
Authored: Fri Aug 12 10:28:56 2016 +0200
Committer: Christian Amend <[email protected]>
Committed: Fri Aug 12 10:28:56 2016 +0200

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/101d94bf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0e39e39..16de864 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,9 @@
                <version.javax.persistence>2.0.5</version.javax.persistence>
 
                <spring.version>3.2.12.RELEASE</spring.version>
+
+    <!-- Setting needed for Java 8 release builds -->
+    <additionalparam>-Xdoclint:none</additionalparam>
        </properties>
 
        <modules>

Reply via email to