A customer of mine would like to know which source files have changed in their project for a given release. The maven-changelog-plugin produces a time-based report (default 30 days) of every file change, so it contains more info than they would like, and could potentially miss changes if we haven't produced a release in the time period.

I've been looking at the maven-changes-plugin, but that requires manually maintaining a xdocs/changes.xml document which is very manual/tedious. It also seems that changes.xml duplicates info from the issue tracking system.

Does anyone know of a way to generate such a release-based report?

TIA,
Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to