Author: dennisl
Date: Tue Sep 4 20:57:36 2012
New Revision: 1380880
URL: http://svn.apache.org/viewvc?rev=1380880&view=rev
Log:
[MCHANGES-285] SAXException parsing JIRA XML from JIRA 5.1
- Document how the sorting of columns works when using JQL.
Modified:
maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/jira/JiraMojo.java
Modified:
maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/jira/JiraMojo.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/jira/JiraMojo.java?rev=1380880&r1=1380879&r2=1380880&view=diff
==============================================================================
---
maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/jira/JiraMojo.java
(original)
+++
maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/jira/JiraMojo.java
Tue Sep 4 20:57:36 2012
@@ -218,7 +218,10 @@ public class JiraMojo
* sort column names in the reverse order. The handling of this changed
* between JIRA 3 and JIRA 4. The current default value is suitable for
* JIRA 3. This may change in the future, so please configure your sort
- * column names in an order that works for your own JIRA version.
+ * column names in an order that works for your own JIRA version. If you
+ * use JQL, by setting the <code>useJql</code> parameter to
+ * <code>true</code>, then the order of the fields are in normal order
+ * again. Starting with JIRA 5.1 you have to use JQL.
* </p>
*
* @since 2.0