You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Nair, Krishna" <Kr...@nielsen.com> on 2009/03/24 10:29:24 UTC

Interdependency between multiprojects using maven

I have to implement below relationship using maven. Can it be possible
using maven?

 

Parent-child relationship like this:

            

                        Common-pom

                        |                       |

                    Project1                |

                        |------------------Project 2

 

Parent               Child

Common           Project1

Common           Project2

Project1            Project2

 

First we need to build the "common" project, then Project1, then
Project2.

 

Thanks & Regards

Krishna Nair