You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2015/04/07 12:24:07 UTC

svn commit: r1671789 - /hama/trunk/pom.xml

Author: edwardyoon
Date: Tue Apr  7 10:24:07 2015
New Revision: 1671789

URL: http://svn.apache.org/r1671789
Log:
Build for jdk8

Modified:
    hama/trunk/pom.xml

Modified: hama/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1671789&r1=1671788&r2=1671789&view=diff
==============================================================================
--- hama/trunk/pom.xml (original)
+++ hama/trunk/pom.xml Tue Apr  7 10:24:07 2015
@@ -472,10 +472,11 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.8.1</version>
+        <version>2.9.1</version>
         <configuration>
           <aggregate>true</aggregate>
           <outputDirectory>docs/apidocs</outputDirectory>
+          <additionalparam>-Xdoclint:none</additionalparam>
         </configuration>
         <executions>
           <execution>