aleksandr-m / gitflow-maven-plugin

The Git-Flow Maven Plugin supports various Git workflows, including GitFlow and GitHub Flow. This plugin runs Git and Maven commands from the command line.
https://aleksandr-m.github.io/gitflow-maven-plugin/
Apache License 2.0
487 stars 180 forks source link

Pass arguments down to spawned Maven processes #397

Closed jwgmeligmeyling closed 7 months ago

jwgmeligmeyling commented 7 months ago

Is it possible to pass arguments down to spawned Maven sub-processes? (like -DskipTests for postReleaseTasks) or -s location/to/settings.xml for deploy)

aleksandr-m commented 7 months ago

Use argLine parameter. https://github.com/aleksandr-m/gitflow-maven-plugin#maven-arguments

jwgmeligmeyling commented 7 months ago

Ah somehow I missed that option, thanks!