Hi,

I am currently migrating my projects from my company's in-house build system
based on ant, to maven. We have a concept of deliverable, where a
deliverable may be a combination of projects. Two or more projects are
basically merged, to create a deliverable. The projects may be part of more
than 1 deliverable. 

e.g. Suppose we have 4 projects
ProjectA
ProjectB
ProjectC
ProjectD
and two deliverables
DeliverableX |--*ProjectA*
                 |--ProjectB
DeliverableY|--*ProjectA*
                |--ProjectC
                |--ProjectD

Here ProjectA needs to be separated out as it is common code, yet it is part
of the DeliverableX and DeliverableY. I cannot change the structure of
DeliverableX and DeliverableY, as the existing codebase entirely depends
upon this packaging. How can I implement this with maven? I checked out
multi-module projects, but that seems to require me to embed the module into
a parent project. Any pointers are appreciated!!

Thanks in advance
Zeba

--
View this message in context: 
http://maven.40175.n5.nabble.com/Building-multi-module-project-with-cross-references-tp4999937p4999937.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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

Reply via email to