mthmulders commented on pull request #605: URL: https://github.com/apache/maven/pull/605#issuecomment-1007664060
> Are the any implications from https://issues.apache.org/jira/browse/CLI-312? Sorry for the delay. As far as I can tell, the following will no longer work, which do work right now: * `-D x` (used to set `x` to `true`) * `-D x=3` (used to set `x` to `3`) * `--define ` in general What keeps on working: * `-Dx=3` * `-Dw=x=y` (sets `w` to `x=y`, I'm not sure if this used to work before, but now it does) * `-Dx` (sets `x` to `true`) The tests should now reflect that. If we have consensus on this, I will squash into one commit and push that onto the master branch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
