svn commit: r831610 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

View: New views
1 Messages — Rating Filter:   Alert me  

svn commit: r831610 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

by Dennis Lundberg-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Author: dennisl
Date: Sat Oct 31 22:52:07 2009
New Revision: 831610

URL: http://svn.apache.org/viewvc?rev=831610&view=rev
Log:
o Increase the value of maxEntries for the JIRA report, to make sure that all our issues are included.

Modified:
    maven/plugins/trunk/maven-changes-plugin/pom.xml

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=831610&r1=831609&r2=831610&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Sat Oct 31 22:52:07 2009
@@ -454,6 +454,7 @@
               <xmlPath>${basedir}/src/site/changes/sample-changes.xml</xmlPath>
               <!-- For JIRA-report -->
               <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames>
+              <maxEntries>200</maxEntries>
               <onlyCurrentVersion>true</onlyCurrentVersion>
               <resolutionIds>Closed</resolutionIds>
               <sortColumnNames>Type,Key</sortColumnNames>