mthmulders commented on a change in pull request #605:
URL: https://github.com/apache/maven/pull/605#discussion_r749386373
##########
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:
Thanks for your thoughts on this. I’ve reported
[CLI-312](https://issues.apache.org/jira/browse/CLI-312), let's see what
happens.
--
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]