Barrie Treloar a écrit :
If I add another module to the parent pom and then rebuild the parent project in continuum the new module does not get added as another project.
yes, it isn't supported yet.
If I re-add the pom file via Maven 2.0+ Project link (I am using file:// urls to do this) I get a second parent project but not sub-modules.
which pom do you add? parent or module?
If I try to add the module pom I get an error that it can not find the dependency version information (since that is specified in the parent pom).
what is the error? How do you define the version in your module?
If I delete the parent project and then re-add the pom file it correctly adds the parent and the new modules.
it's normal :-)
What is the correct way to get another module included in the build?
add new modules one by one or delete all (parent and sub-modules) and readd the parent. Emmanuel