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
