Title: [1164] trunk/qdox: Replace changes-report with jira-report.
Revision
1164
Author
rfscholte
Date
2011-04-13 15:27:12 -0500 (Wed, 13 Apr 2011)

Log Message

Replace changes-report with jira-report. 
"A good developer is a lazy one : he use automated tools !! :-)" by Olamy

Modified Paths

Removed Paths

  • trunk/qdox/src/changes/

Diff

Modified: trunk/qdox/pom.xml (1163 => 1164)

--- trunk/qdox/pom.xml	2011-04-11 21:24:55 UTC (rev 1163)
+++ trunk/qdox/pom.xml	2011-04-13 20:27:12 UTC (rev 1164)
@@ -570,7 +570,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.3.1</version>
         <reportSets>
           <reportSet>
             <reports>
@@ -609,20 +609,17 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.4</version>
         <configuration>
-          <!-- changes-report -->
-          <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
           <!-- jira-report -->
-          <!-- <resolutionIds>Closed</resolutionIds> -->
-          <!-- <statusIds>Resolved, Closed</statusIds> -->
-          <!-- <onlyCurrentVersion>false</onlyCurrentVersion> -->
+          <columnNames>Key,Summary,Fix Version,Status,Resolution</columnNames>
+          <sortColumnNames>Fix Version DESC, Priority DESC, Created DESC</sortColumnNames>
+          <statusIds>Resolved, Closed</statusIds>
         </configuration>
         <reportSets>
           <reportSet>
             <reports>
-              <report>changes-report</report>
-              <!-- <report>jira-report</report> -->
+              <report>jira-report</report>
             </reports>
           </reportSet>
         </reportSets>

Modified: trunk/qdox/src/site/content/website.xml (1163 => 1164)

--- trunk/qdox/src/site/content/website.xml	2011-04-11 21:24:55 UTC (rev 1163)
+++ trunk/qdox/src/site/content/website.xml	2011-04-13 20:27:12 UTC (rev 1164)
@@ -22,7 +22,7 @@
     </section>
     <section>
       <name>Project Reports</name>
-      <page>changes-report.html</page>
+      <page>jira-report.html</page>
       <page>changes.html</page>
       <link title="JavaDoc">apidocs/index.html</link>
     </section>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to