Sufyan Arif wrote on Friday, June 29, 2007 12:48 PM:
> Hi,
>
> Does anyone know if this is possible? Or even if they could point me
> to an another answer on the forum then I would really appreciate it.
> Please help.
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]