There are several Java sub-project that managed by Maven in my working set.
My workflow is that after modify code ,I click buttons to install
(Maven command) projects one by one , and then click buttons to run projects one by one. Doing all of them by hand and any one of them should be triggered before previous one haven done.
I click these buttons to install and run projects
Is there any Eclipse tool or any thing else can do that automatically?
Have a look at the Eclipse Advanced Scripting Environment, which was designed to script the Eclipse IDE itself (in JavaScript, Python, etc.).