You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2011/12/05 05:18:55 UTC

svn commit: r1210329 - /incubator/chukwa/trunk/pom.xml

Author: eyang
Date: Mon Dec  5 04:18:55 2011
New Revision: 1210329

URL: http://svn.apache.org/viewvc?rev=1210329&view=rev
Log:
CHUKWA-612. Convert Chukwa document from forrest format to apt format. (Eric Yang)

Modified:
    incubator/chukwa/trunk/pom.xml

Modified: incubator/chukwa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chukwa/trunk/pom.xml?rev=1210329&r1=1210328&r2=1210329&view=diff
==============================================================================
--- incubator/chukwa/trunk/pom.xml (original)
+++ incubator/chukwa/trunk/pom.xml Mon Dec  5 04:18:55 2011
@@ -674,6 +674,13 @@
           <configuration>
             <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
           </configuration>
+          <reportSets>
+            <reportSet>
+              <reports>
+                <report>dependencies</report>
+              </reports>
+            </reportSet>
+          </reportSets>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -690,12 +697,6 @@
                 <report>javadoc</report>
               </reports>
             </reportSet>
-            <reportSet>
-              <id>aggregate</id>
-              <reports>
-                <report>aggregate</report>
-              </reports>
-            </reportSet>
           </reportSets>
         </plugin>
       </plugins>