I have configured my Maven2 project to generate a changelog report from a Mercurial repository (accessible via file:// protocol) but the goal execution fails with the following message:
+ Error stacktraces are ...
I'm trying to get the mercurial revision number in the manifest. I've read following instructions: http://maven.apache.org/plugin-developers/cookbook/add-svn-revision-to-manifest.html Maven + Mercurial for Build Numbers I do not get an error message but the ...