You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by to...@apache.org on 2012/05/28 14:41:36 UTC

svn commit: r1343228 - /incubator/hama/trunk/pom.xml

Author: tommaso
Date: Mon May 28 12:41:36 2012
New Revision: 1343228

URL: http://svn.apache.org/viewvc?rev=1343228&view=rev
Log:
fixing maven-javadoc-plugin goal in parent

Modified:
    incubator/hama/trunk/pom.xml

Modified: incubator/hama/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/pom.xml?rev=1343228&r1=1343227&r2=1343228&view=diff
==============================================================================
--- incubator/hama/trunk/pom.xml (original)
+++ incubator/hama/trunk/pom.xml Mon May 28 12:41:36 2012
@@ -362,7 +362,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.6</version>
+        <version>2.8.1</version>
         <configuration>
           <aggregate>true</aggregate>
           <outputDirectory>docs/apidocs</outputDirectory>
@@ -370,7 +370,7 @@
         <executions>
           <execution>
             <goals>
-             <goal>aggregate-jar</goal>
+             <goal>jar</goal>
             </goals>
           </execution>
         </executions>