elasticpath / mvnmin

Builds only changed maven modules, speeding up your multi-module maven project builds.
Apache License 2.0
44 stars 0 forks source link

Feature request: run a specified reactor #20

Open SamuelCook opened 2 years ago

SamuelCook commented 2 years ago

It would be nice to run all projects within a specified reactor - similar to the --all parameter, but more selective.

An example use case would be to group all system tests into a reactor, and then run them all after making a change elsewhere in the application.