Author: olamy
Date: Wed Oct  3 20:53:48 2012
New Revision: 1393756

URL: http://svn.apache.org/viewvc?rev=1393756&view=rev
Log:
we only need aggregate javadoc from top

Modified:
    directmemory/trunk/pom.xml

Modified: directmemory/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/directmemory/trunk/pom.xml?rev=1393756&r1=1393755&r2=1393756&view=diff
==============================================================================
--- directmemory/trunk/pom.xml (original)
+++ directmemory/trunk/pom.xml Wed Oct  3 20:53:48 2012
@@ -422,15 +422,10 @@ under the License.
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>${javadoc-plugin.version}</version>
+        <inherited>false</inherited>
         <reportSets>
           <reportSet>
             <reports>
-              <report>javadoc</report>
-            </reports>
-          </reportSet>
-          <reportSet>
-            <inherited>false</inherited>
-            <reports>
               <report>aggregate</report>
             </reports>
           </reportSet>


Reply via email to