You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/08/31 21:07:28 UTC

svn commit: r1163746 - /maven/archetype/trunk/maven-archetype-plugin/pom.xml

Author: hboutemy
Date: Wed Aug 31 19:07:28 2011
New Revision: 1163746

URL: http://svn.apache.org/viewvc?rev=1163746&view=rev
Log:
added m-changes-p report

Modified:
    maven/archetype/trunk/maven-archetype-plugin/pom.xml

Modified: maven/archetype/trunk/maven-archetype-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/pom.xml?rev=1163746&r1=1163745&r2=1163746&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-plugin/pom.xml Wed Aug 31 19:07:28 2011
@@ -134,6 +134,32 @@ under the License.
 
   <profiles>
     <profile>
+      <id>reporting</id>
+      <reporting>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-changes-plugin</artifactId>
+            <version>2.4</version>
+            <configuration>
+              <columnNames>Fix Version,Type,Key,Summary,Resolution</columnNames>
+              <resolutionIds>Closed</resolutionIds>
+              <sortColumnNames>Fix Version DESC</sortColumnNames>
+              <maxEntries>1000</maxEntries>
+              <fixVersionIds>16795,14604,14254</fixVersionIds> <!-- 2.1, 2.0, 2.0-alpha-5 -->
+            </configuration>
+            <reportSets>
+              <reportSet>
+                <reports>
+                  <report>jira-report</report>
+                </reports>
+              </reportSet>
+            </reportSets>
+          </plugin>
+        </plugins>
+      </reporting>
+    </profile>
+    <profile>
       <id>run-its</id>
       <build>
         <plugins>