This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git
The following commit(s) were added to refs/heads/master by this push:
new 73f3957 Disabling doclint to allow Javadoc building on Oracle JDK
73f3957 is described below
commit 73f3957240df78076fd23f3ed476890f186cedf4
Author: Francesco Chicchiriccò <ilgrosso@apache.org>
AuthorDate: Fri Dec 7 16:49:44 2018 +0100
Disabling doclint to allow Javadoc building on Oracle JDK
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4fd2f9e..c41a274 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,8 @@
<java.class.version>1.8</java.class.version>
<java.testclass.version>1.8</java.testclass.version>
+ <doclint>none</doclint>
+
<openjpa.version>${project.version}</openjpa.version>
<openjpa.Log>DefaultLevel=INFO</openjpa.Log>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -313,7 +315,6 @@
<link>http://download.oracle.com/javaee/8/api/</link>
<link>http://commons.apache.org/collections/api-release/</link>
</links>
- <doclint>none</doclint>
</configuration>
<executions>
<execution>
|