Author: olamy
Date: Wed Nov 7 21:41:53 2012
New Revision: 1406827
URL: http://svn.apache.org/viewvc?rev=1406827&view=rev
Log:
only aggregated javadoc from top module
Modified:
tomcat/maven-plugin/trunk/pom.xml
Modified: tomcat/maven-plugin/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1406827&r1=1406826&r2=1406827&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Wed Nov 7 21:41:53 2012
@@ -786,6 +786,14 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8.1</version>
+ <inherited>false</inherited>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>aggregate</report>
+ </reports>
+ </reportSet>
+ </reportSets>
<configuration>
<links>
<link>http://tomcat.apache.org/tomcat-6.0-doc/api/</link>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]