Hello All
I have project which i want build with 2 different pom.xml . one after the
other
I have tried the mvn command line option like *mvn -f ./pom1.xml
install -e*which works fine.
Actually i have multi level projects which have build using continuum.
Is there any way i specify in my parent pom.xml to build the child project
with 2 different pom's
Some things like this : Parent pom.xml
.....
<modules>
<module>Child Project </module>
</modules>
........
And i want to build child project with 2 different pom's(say pom1.xml and
pom2.xml which are @ root of child project)
Please help
--
Thanks and Regards
Govind R Ashrit