You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2017/07/26 17:01:01 UTC

svn commit: r1803077 - /uima/uima-ducc/trunk/pom.xml

Author: cwiklik
Date: Wed Jul 26 17:01:01 2017
New Revision: 1803077

URL: http://svn.apache.org/viewvc?rev=1803077&view=rev
Log:
Added -Xdoclint:none to javadocs plugin to turn off doclint which produces javadocs errors when compiling with java 8. This happens even with 1.7 source compatibility.

Modified:
    uima/uima-ducc/trunk/pom.xml

Modified: uima/uima-ducc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/pom.xml?rev=1803077&r1=1803076&r2=1803077&view=diff
==============================================================================
--- uima/uima-ducc/trunk/pom.xml (original)
+++ uima/uima-ducc/trunk/pom.xml Wed Jul 26 17:01:01 2017
@@ -256,6 +256,7 @@
 							<!-- add a few classes in impl packages that are directly used by 
 								user code -->
 							<additionalparam>
+							-Xdoclint:none
 								${basedir}/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/IServiceStatistics.java
 								${basedir}/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/main/DuccRmAdmin.java
                                 ${basedir}/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/admin/event/DuccAdminEvent.java