Author: ggregory
Date: Sun Sep 11 20:59:37 2011
New Revision: 1169536

URL: http://svn.apache.org/viewvc?rev=1169536&view=rev
Log:
Generate HTML report from changes.xml.

Modified:
    commons/proper/io/trunk/pom.xml

Modified: commons/proper/io/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1169536&r1=1169535&r2=1169536&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Sun Sep 11 20:59:37 2011
@@ -288,6 +288,24 @@
           
<excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changes-plugin</artifactId>
+        <version>2.6</version>
+        <configuration>
+          <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
+          <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
+          <!-- TODO: <onlyCurrentVersion>true</onlyCurrentVersion> -->
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>changes-report</report>
+              <!-- <report>jira-report</report> -->
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>      
     </plugins>    
   </reporting>
 </project>


Reply via email to