You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jmeter Tea <jm...@gmail.com> on 2018/08/09 15:02:06 UTC

Eclipse - run different maven goals on several projects

 down votefavorite
<https://stackoverflow.com/questions/51769595/eclipse-run-different-maven-goals-on-several-projects/51769897?noredirect=1#>

I have few maven projects while using Eclipse Neon,

I need to run different goals on different projects to be execute as a
sequence/

I found an answer
<https://stackoverflow.com/questions/21418515/how-to-run-many-maven-goals-from-eclipse-in-one-click>
 that I can't, or an answer for same goal
<https://stackoverflow.com/questions/11797886/single-command-to-build-all-eclipse-maven-projects-in-current-workspace>

Example of usage: call clean install of project A and B, clean install -X on
project C and then clean install tomcat7:run-war -X on project D