Which version of the plugin are you using?
I've tried your configuration on the latest SNAPSHOT plugin and it does
generate the report 90days prior.
Try the latest from svn or wait for it to be released.
To test the latest from svn, please see:
http://maven.apache.org/guides/development/guide-testing-development-plugins.html
^_^
Subhash Chandran wrote:
The range configuration in changelog-maven-plugin is not working as
expected. It always generates report for the last 30 days.
http://mojo.codehaus.org/changelog-maven-plugin/howto.html
My POM configuration:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>changelog-maven-plugin</artifactId>
<reportSets>
<reportSet>
<id>changelog-report</id>
<configuration>
<type>range</type>
<range>90</range>
</configuration>
<reports>
<report>changelog</report>
<report>file-activity</report>
<report>dev-activity</report>
</reports>
</reportSet>
</reportSets>
</plugin>
--
Regards,
Subhash Chandran S
Cross platform OpenSource Java based file encryption software:
http://www.WizTools.org/project/WizCrypt/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]