You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2008/04/22 21:28:12 UTC

svn commit: r650624 - /commons/proper/jxpath/trunk/pom.xml

Author: mbenson
Date: Tue Apr 22 12:28:10 2008
New Revision: 650624

URL: http://svn.apache.org/viewvc?rev=650624&view=rev
Log:
remove changes plugin/changelog report/JIRA report

Modified:
    commons/proper/jxpath/trunk/pom.xml

Modified: commons/proper/jxpath/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=650624&r1=650623&r2=650624&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/pom.xml (original)
+++ commons/proper/jxpath/trunk/pom.xml Tue Apr 22 12:28:10 2008
@@ -165,34 +165,9 @@
   <reporting>
     <plugins>
       <plugin>
-        <artifactId>maven-changelog-plugin</artifactId>
-        <version>2.1</version>
-        <reportSets>
-          <reportSet>
-            <id>reports</id>
-            <configuration>
-              <type>range</type>
-              <range>120</range>
-            </configuration>
-            <reports>
-              <report>changelog</report>
-<!--
-              <report>dev-activity</report>
-              <report>file-activity</report>
--->
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
         <version>2.0</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-changes-plugin</artifactId>
-        <version>2.0-beta-2</version>
       </plugin>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>