DanOur naming policy has caused a problem in Eclipse where multiple project with same name (eg progmodel) cannot be accommodated by it. We have three POMs with the same artifcact ID, two of which are Java/jar modules (the other is POM and doesn't seem to affect things). The eclipse plugin uses the artifact name for the Eclipse project name and therefore ends up with two projects with the same name.
Ideally we should change one of the module's artifact ID. Rob
