You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by rg...@apache.org on 2012/07/01 03:51:53 UTC

svn commit: r1355842 - /incubator/flume/trunk/pom.xml

Author: rgoers
Date: Sun Jul  1 01:51:53 2012
New Revision: 1355842

URL: http://svn.apache.org/viewvc?rev=1355842&view=rev
Log:
Change javadoc goal to aggregate-jar to temporarily fix the build

Modified:
    incubator/flume/trunk/pom.xml

Modified: incubator/flume/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/flume/trunk/pom.xml?rev=1355842&r1=1355841&r2=1355842&view=diff
==============================================================================
--- incubator/flume/trunk/pom.xml (original)
+++ incubator/flume/trunk/pom.xml Sun Jul  1 01:51:53 2012
@@ -404,7 +404,7 @@ limitations under the License.
             <id>javadoc-jar</id>
             <phase>package</phase>
             <goals>
-              <goal>aggregate</goal>
+              <goal>aggregate-jar</goal>
             </goals>
             <configuration>
               <!-- switch on dependency-driven aggregation -->