Am 27.04.2010 09:28, schrieb Robert Einsle:
Hy List,

lets assume i have 3 Projects:

xx.yy.app.parent
xx.yy.app.module1
xx.yy.app.module2

.parent is Parent of both modules

Hi,

even though maven 2 supports it - kind of, I really suggest to have any aggregation and parent definition in the parent directory. If you one day have to use the release-plugin you will have less pain with this solution.

The real problem is eclipse not supporting multi-module project. You have to create a project for every module. You can just create a "Generic Project" give it the name of the module, e.g. "xx.yy.app.module1" and do NOT use the "default Location" but point directly to the module directory.

After long period of try and error this was the solution that worked best for eclipse and maven (including plugins).

Regards,

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to