
Originally Posted by
Andrew Eisenberg
How did you import the projects? Through a wizard, like File -> Import -> Existing maven projects? Or did you run mvn eclipse:eclipse on the command line?
If through a wizard, it should allow you to import parent pom projects. Just run it again and make sure to point to the parent project. You may need to remove the projects from the workspace (but don't delete them!).
If using mvn eclipse:eclipse, this should work too. Just make sure to point your existing project import wizard to the parent project.
However, I should warn that Eclipse does not handle parent pom projects particularly well, so I'd recommend not importing it unless there is an extremely good reason.