Search code examples
eclipsemaven-2hierarchical

Eclipse and hierarchical file structure


I am using Eclipse 3.51 along with Maven 2.0.x, and Maven Eclipse plugin. The file structure of the project I am working on is hierarchical.

Based on several sources, including this link (http://maven.apache.org/maven-1.x/plugins/eclipse/faq.html#hierarchical although the url indicates it is Maven 1), Eclipse does not handle hierarchical file structure very well.

Does anyone have a workaround or guideline for me to get a hierarchical structure to work in Eclipse?

Many Thanks


Solution

  • M2Eclipse can deal with nested projects. That seems to be a good workaround :)