Hi,
Eclipse can't seem to handle two modules in the same workspace that have the
same artifactId. For example if I have a multi-module
project (groupId:artifact) as below:
- carworld:carworld
- carworld:ferrari
- carworld.ferrari:car
- carworld:porsche
- carworld.porsche:car
There are two modules that have <artifactId>car</artifactId> (but different
groupId's). m2Eclipse+Eclipse appears to use the artifactId as the project
identifier and when the two "car" projects are imported only one is actually
imported.
Is this a known issue? are there any workarounds?
Cheers.