|
ImportingMultiprojects
Guide to importing multiprojects
IntroductionThe inability of having nested projects in Eclipse is a well known problem of the Eclipse IDE that doesn't seem it's going to be fixed until Eclipse 4.0 Our solutionStarting in Q4E 0.5.0 you can import the parent poms in a nested mutiproject setup, just check the field "Import Parent" in the Import Maven Project wizard
The problem comes with other plugins like Subclipse, that will not activate themselves in the modules projects, only in the parent one. If you try to activate it in all the projects then synchronization problems occur. Some users have reported that the Subversive plugin may behave better than Subclipse. A possible better approachUse a flat project layout so parent pom is at the same level as the modules
This setup will require extra configuration in the poms
|