How to see maven modules as projects in Eclipse Package Explorer

When a user, not project's creator, downloads a maven project with modules inside. He/She sees a project that contains all modules. To get all modules as projects you can follow these tutorial:

1.- Download parent project
2.- On File menu, select import > Maven > Existing Maven Projects
3.- Push next
4.- Browse to downloaded project in Root Directory select list.
5.- Check pom.xml files listed below
6.- Push Finish

Now you can see the parent maven project and all modules as projects. All modules are synchronized with parent project.

2 comentarios:

de dijo...

Another good blogpost.

Are you thinking about write a book? ;-)

JK.

Jose Blanco dijo...

Nops, but I'm thinking to add a twitter to keep all outstanding links saved in one place.