michael-o commented on a change in pull request #605:
URL: https://github.com/apache/maven/pull/605#discussion_r749322049
##########
File path: maven-embedder/src/test/java/org/apache/maven/cli/CLIManagerTest.java
##########
@@ -41,10 +41,13 @@ public void setup()
public void spacedOptions()
throws Exception
{
- CommandLine cmdLine = cliManager.parse( "-X -Dx=1 -D y=2 test".split(
" " ) );
+ CommandLine cmdLine = cliManager.parse( "-X -Dx=1 -D y=2 -Dz
test".split( " " ) );
Review comment:
@mthmulders Whatever bug is in CLI, we should not work around it in our
code. Report to Commons and have them fix it. What we can do is just to
advertise consistent behavior.
--
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]