LendingClub / gradle-maven-plugin

maven plugin to invoke gradle
73 stars 36 forks source link

dynamically add additional gradle arguments read from system properties #32

Closed dlethin closed 8 years ago

dlethin commented 8 years ago

This makes it possible to pass -Dgradle.prop.myProp=value and -Dgradle.sys.mySysProp=value on the mvn command line and have these get passed as the arguments -PmyProp=value and -DmySysProp=value when invoking the command line.