RunedUniverse / r4m-maven-extension

Runes4Maven (r4m) Maven Extension provides an alternative way for defining maven executions
Apache License 2.0
4 stars 1 forks source link

Feature: Mode & Execution Launch Parameters for Lifecycle Phases from CLI #1

Closed VenaNocta closed 1 year ago

VenaNocta commented 1 year ago

Goals

make it easier to use and provide more cli options

Before

sequential phase execution behavior:

mvn dev-<phase>

After

mvn [<mode>/][+]<phase>[@<execution>]