Thanks very much, that's an excellent trick and means refactoring in eclipse 
can work across all the projects in the workspace.

I could just as easily add the infrastructure as a module to the original 
pom.xml, Is there a specific reason for using the dummy pom.xml?

thanks
Sufyan


> Project interdepednencies within Eclipse are only generated for projects
> that share the same multi-module call. However you can use a dummy pom to
> link all the projects with an appropriate modules section.
>
> dummy.pom:
>
> <modules>
>       <module>path to parent</module>
>       <module>path to infrastructure</module>
> </modules>
>
> mvn -f dummy.pom eclipse:eclipse
>
> - Jörg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



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

Reply via email to