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 that I can't, or an answer for same goal
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