You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2017/06/01 09:26:33 UTC

svn commit: r1797170 - /aries/trunk/blueprint/blueprint-bundle/pom.xml

Author: cschneider
Date: Thu Jun  1 09:26:33 2017
New Revision: 1797170

URL: http://svn.apache.org/viewvc?rev=1797170&view=rev
Log:
Fix javadoc generation for jdk8 builds

Modified:
    aries/trunk/blueprint/blueprint-bundle/pom.xml

Modified: aries/trunk/blueprint/blueprint-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-bundle/pom.xml?rev=1797170&r1=1797169&r2=1797170&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-bundle/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-bundle/pom.xml Thu Jun  1 09:26:33 2017
@@ -310,7 +310,6 @@
                             </execution>
                         </executions>
                     </plugin>
-                    <!--
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-javadoc-plugin</artifactId>
@@ -327,9 +326,9 @@
                             <minmemory>128m</minmemory>
                             <maxmemory>512m</maxmemory>
                             <sourcepath>${project.build.directory}/sources</sourcepath>
+                            <additionalparam>-Xdoclint:none</additionalparam>
                         </configuration>
                     </plugin>
-                    -->
                 </plugins>
             </build>
         </profile>