My project's structure(see below) is inspired by the geronimo project. I
am using the multiproject plugin with each supproject as a module.

I tried using mevenide, eclipse-tools but I am still unable to have my
project setup correctly inside eclipse. Whatever I tried, i failed to
setup both the root project and sub-projects inside eclipse. It's easier
the root or the sub-projects.
 
My goal is to have something easy for the rest of my team to use.
Currently from the root directory if I run maven -Dgoal=eclipse
multiproject:goal and then use the multiproject import I am able to
import all the modules except the root directory that contains the
config files.
Is there a way to manage such a setup from inside eclipse?

My Project Structure:

/project
/project/etc --> contains root project.xml
/module/
/module/projectA 
/module/projectB
project.xml --> extends /project/etc/project.xml
maven.xml
...





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to