Added report for subversion changelogs

This commit is contained in:
Inderjeet Singh 2010-11-25 15:15:41 +00:00
parent 9f5aa1772b
commit 5be830835d

View File

@ -212,6 +212,15 @@
<xmlOutputDirectory>target/site</xmlOutputDirectory>
</configuration>
</plugin>
<plugin>
<!-- if this fails, it means you have no svn installed -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<configuration>
<type>range</type>
<range>3650</range>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>