Author: olamy Date: Fri Jan 6 00:02:47 2012 New Revision: 1227903 URL: http://svn.apache.org/viewvc?rev=1227903&view=rev Log: add an auto generated changelog from jira entries
Modified: tomcat/maven-plugin/trunk/pom.xml tomcat/maven-plugin/trunk/src/site/site.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1227903&r1=1227902&r2=1227903&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Fri Jan 6 00:02:47 2012 @@ -697,6 +697,27 @@ <artifactId>maven-report</artifactId> <version>0.1</version> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + <version>2.6</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>12317943</fixVersionIds> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>jira-report</report> + </reports> + </reportSet> + </reportSets> + </plugin> </plugins> </reporting> </profile> Modified: tomcat/maven-plugin/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/src/site/site.xml?rev=1227903&r1=1227902&r2=1227903&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/src/site/site.xml (original) +++ tomcat/maven-plugin/trunk/src/site/site.xml Fri Jan 6 00:02:47 2012 @@ -45,11 +45,12 @@ </breadcrumbs> <menu name="Apache Tomcat Mojo"> - <item name="About" href="index.html"/> - <item name="Context Goals" href="context-goals.html"/> - <item name="Container Goals" href="container-goals.html"/> - <item name="Executable War" href="executable-war-jar.html"/> + <item name="About" href="index.html"/> + <item name="Context Goals" href="context-goals.html"/> + <item name="Container Goals" href="container-goals.html"/> + <item name="Executable War" href="executable-war-jar.html"/> <item name="Developement Test" href="snapshot-test.html"/> + <item name="Changelog" href="jira-report.html"/> </menu> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org