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.

Home Page:https://aleksandr-m.github.io/gitflow-maven-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass arguments down to spawned Maven processes

jwgmeligmeyling opened this issue · comments

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

Ah somehow I missed that option, thanks!