remove reporting section already defined in parent
git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@785370 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 417fbb6..fea38a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,19 +132,6 @@
</dependency>
</dependencies>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- </plugin>
- </plugins>
- </reporting>
-
<profiles>
<profile>
<id>run-its</id>