The next logical step would be to create maven-executor-batch, a minimal dependency library, that can
- collect
- interpolate
- prepare executions (batch)
- execute executions
- have "decoration hooks" (like pre and post hooks)
- as maven-executor-plugin should be thin, and it would just configure batch (based on Maven provided stuff and user config) and execute the batch.
The next logical step would be to create
maven-executor-batch, a minimal dependency library, that can