Hi,I am part of a big corporate where we have about 40 different modules and we release about 7 or 8 in any given release. We had a lot of problems manually updating the pom versions of the unreleased modules. While trying to address this issue, I was given the plugin
http://mojo.codehaus.org/versions-maven-plugin/index.html which would automatically fix childs "parent" section when only some of the modules are released. However the biggest problem is that this plugin expects that the parent child project structure also mirrors the directory structure in source control. This however will not be possible. So is there an alternative ? Other than getting the source code and trying to fix this myself? -- Regards, Kannan Ekanath
