Hello,

I'm trying to create a multimodule project structure with flat layout where the directories are as follows
workspace/parent
workspace/module1
workspace/module2
I have setup all the necessary dependencies (parent pom has a modules tag and child poms have parent tag).

When I run eclipse:eclipse goal no project descriptor is created for the parent module and I'm unable to import it into my eclipse workspace.

I've tried using the 'additionalConfig' section to generate a file for the parent module. This however doesn't work as the file specified in the tag is created for in child modules and not in the parent module.

Is there a way to import the parent project into eclipse workspace to be able to easily view and edit files contained in the directory from within Eclipse? If not, couldn't a simple '.project' file be generated for the parent module if there's a hierarchy of modules. The only thing that this file would need would be the name of the project. This way I could easily import all the modules into the workspace.

Thanks
Tom Pasierb



---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to