I have a project with several maven modules and the directory structure is hierarchical. Some modules are dependent on others. I added the dependent modules to the dependencies section of the POM project. However, in order to resolve these dependencies, I need to import the parent project and select Project Properties> Maven and select Included Modules. This is normal? Why did the project not just allow the dependent project in the workspace?
thanks jeff
maven-2 m2eclipse multi-module
Jeff storey
source share