> Is there a way in eclipse that i can make a Parent POM project (with package
> type POM) which is in the work space that the other projects are located but
> not inside the parent project (like a relative reference to them would work

This is somewhat common for certain sets of Maven users (mostly Eclipse users).

Project dir
-jar (references parent as ../parent)
-war (ditto)
-ear (ditto)
-parent (references modules as ../jar etc)

Wayne

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

Reply via email to