1. Ensure the Maven release plugin stops prompting. This basically
means getting rid of ${project.parent.version}-type versions in POMs
Where you able to address this at all with the maven batch mode?
To be honest, I didn't try. But I'd guess you need to answer the
questions in a different way (e.g. via a release.properties) file for
batch mode.
I hope the TODO items will allow us to *avoid* being asked questions
by Maven entirely - then we hopefully also can avoid figuring out how
to answer them for batch mode.
ap