You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/08/14 15:47:16 UTC

svn commit: r685894 - /maven/pom/trunk/maven/pom.xml

Author: bentmann
Date: Thu Aug 14 06:47:15 2008
New Revision: 685894

URL: http://svn.apache.org/viewvc?rev=685894&view=rev
Log:
o Lock javadoc reports down to the ones we actually want
  (This is to prevent needless preparation of the aggregator reports which will be introduced with 2.5 and would otherwise result in build forking when individual sub projects update to latest Javadoc plugin)

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=685894&r1=685893&r2=685894&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Thu Aug 14 06:47:15 2008
@@ -880,6 +880,14 @@
                 <link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/</link>
               </links>
             </configuration>
+            <reportSets>
+              <reportSet>
+                <reports>
+                  <report>javadoc</report>
+                  <report>test-javadoc</report>
+                </reports>
+              </reportSet>
+            </reportSets>
           </plugin>
           <plugin>
             <groupId>org.codehaus.mojo</groupId>