Author: veithen
Date: Sun Dec 16 16:55:27 2012
New Revision: 1422629

URL: http://svn.apache.org/viewvc?rev=1422629&view=rev
Log:
Report configurations should not be inherited by child projects.

Modified:
    axis/axis1/java/trunk/pom.xml

Modified: axis/axis1/java/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/pom.xml?rev=1422629&r1=1422628&r2=1422629&view=diff
==============================================================================
--- axis/axis1/java/trunk/pom.xml (original)
+++ axis/axis1/java/trunk/pom.xml Sun Dec 16 16:55:27 2012
@@ -365,6 +365,7 @@
             <plugin>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
                 <version>2.4</version>
+                <inherited>false</inherited>
                 <reportSets>
                     <reportSet>
                         <reports>
@@ -381,6 +382,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <version>2.8.1</version>
+                <inherited>false</inherited>
                 <reportSets>
                     <reportSet>
                         <id>aggregate</id>


Reply via email to