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 5a502cc  Disabling doclint to allow Javadoc building on Oracle JDK
5a502cc is described below

commit 5a502cce2482fd1b0fd003d3a2927d08d2924dcb
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Fri Dec 7 16:33:26 2018 +0100

    Disabling doclint to allow Javadoc building on Oracle JDK
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 7d52cd8..4fd2f9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,6 +313,7 @@
                                 
<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>

Reply via email to