Relative Content

Tag Archive for javaeclipsemavenmulti-module

Convert Imported Maven Sub Module to a Maven Project in Eclipse

I have a multi-module maven project which I imported to Eclipse. I did struggle initially to import it with all its sub-modules but per what I remember, the sub-modules were not converted to Maven Project in Eclipse and they didn’t even look like a Java Project. I remember that I used the option “Configure and detect nested projects” and did another import for Existing Maven Project for each sub-module and things looked fine. Even the Maven Build from Eclipse was successful.