Author: rdonkin
Date: Fri Feb 27 21:32:02 2009
New Revision: 748710
URL: http://svn.apache.org/viewvc?rev=748710&view=rev
Log:
Generate change log from JIRA JAMES-887
https://issues.apache.org/jira/browse/JAMES-887
Modified:
james/server/trunk/pom.xml
james/server/trunk/src/site/site.xml
Modified: james/server/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=748710&r1=748709&r2=748710&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Fri Feb 27 21:32:02 2009
@@ -223,6 +223,22 @@
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-changes-plugin</artifactId>
+ <configuration>
+ <onlyCurrentVersion>true</onlyCurrentVersion>
+ <resolutionIds>Closed</resolutionIds>
+ <maxEntries>1000</maxEntries>
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>jira-report</report>
+ </reports>
+ </reportSet>
+ </reportSets>
</plugin>
</plugins>
</reporting>
Modified: james/server/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/site.xml?rev=748710&r1=748709&r2=748710&view=diff
==============================================================================
--- james/server/trunk/src/site/site.xml (original)
+++ james/server/trunk/src/site/site.xml Fri Feb 27 21:32:02 2009
@@ -75,7 +75,8 @@
</menu>
<menu name="Project">
- <item name="Changelog" href="/changelog.html" />
+ <item name='Changes' href='/jira-report.html'/>
+ <item name='Release Notes' href="/changelog.html" />
</menu>
${reports}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]