Author: vines
Date: Mon May 21 19:34:29 2012
New Revision: 1341163

URL: http://svn.apache.org/viewvc?rev=1341163&view=rev
Log:
ACCUMULO-362 - mvn site -N will now generate a JIRA list for all tickets closed 
or resolved for the current version


Modified:
    accumulo/trunk/pom.xml

Modified: accumulo/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/pom.xml?rev=1341163&r1=1341162&r2=1341163&view=diff
==============================================================================
--- accumulo/trunk/pom.xml (original)
+++ accumulo/trunk/pom.xml Mon May 21 19:34:29 2012
@@ -336,6 +336,23 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changes-plugin</artifactId>
+        <version>2.7.1</version>
+        <configuration>
+          <onlyCurrentVersion>true</onlyCurrentVersion>
+          <statusIds>closed,resolved</statusIds>
+          <maxEntries>10000</maxEntries>
+        </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.0</version>
       </plugin>
@@ -628,7 +645,7 @@
   <description>Apache Accumulo is a sorted, distributed key/value store based 
on Google's BigTable design. It is built on top of Apache Hadoop, Zookeeper, 
and Thrift. It features a few novel improvements on the BigTable design in the 
form of cell-level access labels and a server-side programming mechanism that 
can modify key/value pairs at various points in the data management 
process.</description>
 
   <issueManagement>
-    <system>Apache's JIRA issue tracker</system>
+    <system>JIRA</system>
     <url>https://issues.apache.org/jira/browse/ACCUMULO</url>
   </issueManagement>
 
@@ -636,4 +653,4 @@
     <targetJdk>1.6</targetJdk>
   </properties>
 
-</project>
\ No newline at end of file
+</project>


Reply via email to