views:

23

answers:

0

I would like to generate and commit the Subversion changeLog every time I do a release through Maven.

I've looked at "mvn changelog:changelog" but its output is in XML and I need it in a human readable format. I've found "mvn scm:changelog" to generate the output I need.

What's a recommended way of doing this?

I've briefly looked into writing a custom maven plugin, but I don't know how to call maven commands from within another plugin.