On Wed, Aug 11, 2010 at 1:09 PM, C. Benson Manica <[email protected]> wrote: > Yes, the parent pom has the modules in it - so I see that yes, it does > actually do that for me, although it wasn't clear to me it was going to do > that from the documentation. It does prompt me three times for the release > and new development versions - is there a way to get it to prompt me only > once for each?
Yes, set autoVersionSubmodules to true. http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html#autoVersionSubmodules It will look like the tagBase config shown on http://maven.apache.org/plugins/maven-release-plugin/usage.html . -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
