You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/06/18 13:52:34 UTC

svn commit: r1351306 - /incubator/directmemory/trunk/pom.xml

Author: olamy
Date: Mon Jun 18 11:52:34 2012
New Revision: 1351306

URL: http://svn.apache.org/viewvc?rev=1351306&view=rev
Log:
remove not anymore used plugin

Modified:
    incubator/directmemory/trunk/pom.xml

Modified: incubator/directmemory/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1351306&r1=1351305&r2=1351306&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Mon Jun 18 11:52:34 2012
@@ -641,23 +641,7 @@ under the License.
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <version>${project-info-reports-plugin.version}</version>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-changes-plugin</artifactId>
-        <version>2.6</version>
-        <inherited>false</inherited>
-        <configuration>
-          <issueLinkTemplate>%URL%/../%ISSUE%</issueLinkTemplate>
-        </configuration>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>changes-report</report>
-              <!--report>jira-report</report-->
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>