remove javadoc from sub modules

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1429433 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index dd0ccda..2c7c13f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,17 +131,4 @@
     </pluginManagement>
   </build>
 
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <aggregate>true</aggregate>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
-
 </project>