You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2013/12/05 16:41:24 UTC

svn commit: r1548172 - /uima/build/trunk/parent-pom/pom.xml

Author: schor
Date: Thu Dec  5 15:41:24 2013
New Revision: 1548172

URL: http://svn.apache.org/r1548172
Log:
[UIMA-3481] undo the previous fix javadocs config for java 8

Modified:
    uima/build/trunk/parent-pom/pom.xml

Modified: uima/build/trunk/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/pom.xml?rev=1548172&r1=1548171&r2=1548172&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Thu Dec  5 15:41:24 2013
@@ -368,7 +368,6 @@ Copyright (c) 2003, 2006 IBM Corporation
           <!-- remove version after moving to apache parent pom 14 or later -->
           <version>2.9.1</version> <!-- pick up fix for javadoc security issue, June 2013 -->
           <configuration>
-            <additionalparam>-Xdoclint:none</additionalparam> <!-- http://stackoverflow.com/questions/15886209/maven-is-not-working-in-java-8-when-javadoc-tags-are-incomplete -->
             <source>5</source> <!-- needed to do Enums -->
             <notimestamp>true</notimestamp>
             <encoding>UTF-8</encoding>