> So i only have a java project a web project and an ear project. Is there a
> way i can do this using the current projects I have. I dont want to add new
> projects.

You simply need to add a parent project of type pom and then make a
<module> entry for each of the jar, war, and ear projects inside it.
This is required if you want to achieve the goals you desire.

I am unaware of any option which allows you to keep things as they
are, with no changes and yet simultaneously build all projects with
one single execution of Maven.

Wayne

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

Reply via email to