You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2014/04/22 22:39:01 UTC

svn commit: r1589285 - /openwebbeans/branches/owb_1.2.x/pom.xml

Author: struberg
Date: Tue Apr 22 20:39:00 2014
New Revision: 1589285

URL: http://svn.apache.org/r1589285
Log:
suppress fancy javadoc errors in java8

Modified:
    openwebbeans/branches/owb_1.2.x/pom.xml

Modified: openwebbeans/branches/owb_1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/pom.xml?rev=1589285&r1=1589284&r2=1589285&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/pom.xml Tue Apr 22 20:39:00 2014
@@ -455,6 +455,8 @@
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <version>2.9.1</version>
                 <configuration>
+                    <!-- used to suppress fancy javadoc errors in java8 -->
+                    <additionalparam>-Xdoclint:none</additionalparam>
                     <quiet>true</quiet>
                     <links>
                         <link>http://download.oracle.com/javaee/6/api/</link>