Dear Jim, Probably didn't explain my problem correctly. In order to get an eclipse project as you say for the modules, you only need to invoke on command line: mvn eclipse:eclipse on the root project. My question is concerning to generate the eclipse configuration files for my root project that will contain the modules. You can do it by hand or using an Maven Eclipse Plugin (for eclipse IDE). My question is how to get this configuration using the given maven plugin.
Hope now I have explained better, Thank any way, David ----- Original Message ---- From: Jim Sellers <[EMAIL PROTECTED]> To: Maven Users List <[email protected]> Sent: Wednesday, October 24, 2007 2:51:27 PM Subject: Re: Can't create global eclipse files with eclipse plugin for project with modules 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] > > __________________________________________________ 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]
