-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passing extendedVariables Property using mvn -D Commandline Option #24
Comments
No dont know. |
@tomasbjerre I ve searched the web a little bit and asked corresponding question in Apache maven plugin group. and I would like to share my findings with you:
cannot be set by command line interface.. however, at least I found a post which came up with following solution (basically it means accepting map as a String[] and converting it to a map on your own:
What do you think about it. ( it would be great to have that feature for my purposes....= |
Released as 1.65 |
Usage:
|
Just a question..
./mvnw generate-resources -DextendedVariables=releaseTrain=20.11
Fails with following exception:
Unable to parse configuration of mojo se.bjurr.gitchangelog:git-changelog-maven-plugin:1.63:git-changelog for parameter extendedVariables: Cannot assign configuration entry 'extendedVariables' with value '${extendedVariables}' of type java.lang.String to property of type java.util.Map
Do you know correct syntax to pass extendedVariables Map using Commandline ?
The text was updated successfully, but these errors were encountered: