I'm on chapter 3 of the
Maven 2 "Better Builds with Maven" free PDF book, and the downloaded project contains nested projects.
I ran "mvn eclipse:eclipse" on the parent project, but when I open it in Eclipse, it only opens the (lowest) child projects, presumably because Eclipse doesn't like overlapping project directories.
Can someone offer some guidance as to how to work with this Maven sample project in Eclipse, that is specifically, how to get the individual parent/child modules/projects to play well with each other?
Thanks,
Jamie