Author: michaelo
Date: Sat Jan  3 22:32:29 2015
New Revision: 1649256

URL: http://svn.apache.org/r1649256
Log:
Skim JIRA report

There is no point in displaying the columns [Status,Resolution,Fix Version] 
because resolution is always 'Fixed' thus status is always 'Closed' and fix 
version is always the current version from POM.

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=1649256&r1=1649255&r2=1649256&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Sat Jan  3 
22:32:29 2015
@@ -527,7 +527,7 @@ under the License.
             <version>2.11</version>
             <configuration>
               <!-- For JIRA report -->
-              <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix 
Version</columnNames>
+              <columnNames>Type,Key,Summary,Assignee</columnNames>
               <maxEntries>200</maxEntries>
               <onlyCurrentVersion>true</onlyCurrentVersion>
               <resolutionIds>Fixed</resolutionIds>


Reply via email to