On Feb 15, 2008 9:09 PM, deckrider <[EMAIL PROTECTED]> wrote: > 1. Check out the project, but don't use Eclipse to check it out. > > 2. Run 'mvn elicpse:eclipse' from the parent. > > 3. Now start Eclipse and import the existing project. > > This results in all the children coming into Eclipse as separate > modules. However the parent is not available. > > Is this expected? Am I doing something non-standard? How am I > supposed to work on the parent project?
Eclipse apparently can't deal with the pom one level up from the modules. What I do is File -> New -> File, find the pom, click 'Advanced' and check 'Link to file on the filesystem'. That at least makes it available for editing. You might take a look at q4e or m2eclipse (the Eclipse plugins) to see if they've found a way to deal with this annoyance. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]