I don't think that you can create a "global eclipse project". For each of your modules you can make it look like a "project" in eclipse by going 1) right click 2) import 3) General / Existing Projects into Workspace 4) browse to your module 5) ** THIS IS THE IMPORTANT STEP** Make sure the "Copy projects into workspace" is NOT checked 6) finish
This way you'll be able to work in the "eclipse way" and the "maven way". HTH Jim On 10/23/07, David <[EMAIL PROTECTED]> wrote: > > Dear members, > > I have the following directory structure: > project > --module1 > ----pom.xml > --module2 > ----pom.xml > --module3 > ----pom.xml > pom.xml > > when I run mvn eclipse:eclipse it generates eclipse files for each > submodule. Looking into the documentation of this plugins: > > http://maven.apache.org/plugins/maven-eclipse-plugin/ > > I don't see the way to configurate this behaviour. ¿Is there any shortcut > to create a global Eclipse project too? > > Thanks in advance, > > David > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
