Reputation: 738
i want to know, if it's possible to run many maven
goals
from eclipse
at the same time ,in other way in one click.
for example i have 3 project project1 ,project2 ,project3.
i want for example to clean them all ,and install project1 and project2 then project3 and deploy the 3 projects (in one click) .
it's possible to do such a thing ?
notice : Maven Integration Plugin for Eclipse is already installed.
thanks
Upvotes: 2
Views: 1260
Reputation: 4214
You cannot run goals for multiple projects using m2e. I suggest the following:
Upvotes: 3