You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/13 22:32:20 UTC

svn commit: r1300364 - /commons/proper/io/trunk/pom.xml

Author: sebb
Date: Tue Mar 13 21:32:20 2012
New Revision: 1300364

URL: http://svn.apache.org/viewvc?rev=1300364&view=rev
Log:
Allow clirr reports to be run from command line

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

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1300364&r1=1300363&r2=1300364&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Tue Mar 13 21:32:20 2012
@@ -238,6 +238,19 @@
   </properties>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <!-- Temporarily needed until CP25 is available -->
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>clirr-maven-plugin</artifactId>
+          <version>${commons.clirr.version}</version>
+          <configuration>
+            <minSeverity>${minSeverity}</minSeverity>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -299,7 +312,6 @@
         <version>${commons.changes.version}</version>
         <configuration>
           <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
-          <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
           <columnNames>Fix Version,Key,Component,Summary,Type,Resolution,Status</columnNames>
           <!-- Sort cols have to be reversed in JIRA 4 -->
           <sortColumnNames>Key DESC,Type,Fix Version DESC</sortColumnNames>