You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2009/09/05 18:40:12 UTC

svn commit: r811673 - /maven/jxr/trunk/maven-jxr-plugin/pom.xml

Author: olamy
Date: Sat Sep  5 16:40:12 2009
New Revision: 811673

URL: http://svn.apache.org/viewvc?rev=811673&view=rev
Log:
remove reporting herited from parent.

Modified:
    maven/jxr/trunk/maven-jxr-plugin/pom.xml

Modified: maven/jxr/trunk/maven-jxr-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/maven-jxr-plugin/pom.xml?rev=811673&r1=811672&r2=811673&view=diff
==============================================================================
--- maven/jxr/trunk/maven-jxr-plugin/pom.xml (original)
+++ maven/jxr/trunk/maven-jxr-plugin/pom.xml Sat Sep  5 16:40:12 2009
@@ -127,13 +127,5 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-changelog-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </reporting>
+  
 </project>
\ No newline at end of file