I setup a "template" pom for all my web applications, to better manage
my web application dependencies. My project structure looks like:
ProjectPom
|--> WebProject1
|--> WebProject 2
|--> WebProject 3
|--> TemplatesPom
|--> WebTemplate
Where WebProject# and TemplatesPom are modules of ProjectPom, and
WebTemplate is the parent project of each WebProject.
Now when I try and "clean install" ProjectPom, I get the error that
maven "Cannot find parent: WebTemplate". If I do a "clean install" on
WebTemplete first, then on ProjectPom everything works fine. How can I
get maven to build the parent project before any of the child projects?
Thanks,
Brian Leathem
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]