You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/12/14 23:55:06 UTC

[2/2] git commit: add a changelog report generated from jira datas

add a changelog report generated from jira datas


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/58d32ddc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/58d32ddc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/58d32ddc

Branch: refs/heads/master
Commit: 58d32ddc688df8e80170caf2c34d742f34915da5
Parents: 801ff54
Author: olivier lamy <ol...@apache.org>
Authored: Fri Dec 14 23:30:44 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Dec 14 23:30:44 2012 +0100

----------------------------------------------------------------------
 pom.xml |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/58d32ddc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fbea3fa..87cc0a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -334,6 +334,28 @@ under the License.
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changes-plugin</artifactId>
+        <version>2.8</version>
+        <inherited>false</inherited>
+        <configuration>
+          <columnNames>Type,Fix Version,Key,Summary,Assignee,Status,Created</columnNames>
+          <maxEntries>200</maxEntries>
+          <onlyCurrentVersion>true</onlyCurrentVersion>
+          <resolutionIds>Fixed</resolutionIds>
+          <sortColumnNames>Type</sortColumnNames>
+          <!--fixVersionIds>12320767</fixVersionIds-->
+          <useJql>true</useJql>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>jira-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
         <version>2.3</version>
         <configuration>