Does anyone know any simple yet effective way to build all Maven projects in current workspace, for example, maven clean install for each such project.
Is it for example possible to select multiple projects and use something similar to ${project_loc} or get a popup with possible projects to use for the run configuration? Or any other way?
I'm using Eclipse Juno.