Context
I've a Eclipse Java Workspace with several projects and I must compile it. To compile each project I set specific run configuration Run As > Run Configurations... > Maven Build
Problem
I'm expense a lot of time building my projects on Eclipse. To build the projects, I use a different Base Directory for each project, because that I must build one by one and set the specific Base Directory.
Solution
Have a way to do it at one time (Build all projects with yours respective Base Directories) by script, Eclipse config. or other option?