isaacaggrey commented on issue #157:
URL: https://github.com/apache/maven-mvnd/issues/157#issuecomment-4403646433

   This is the closest issue describing what I was running into but mvnd by 
default consumes the `-D` args it seems. For instance, if you want to run a 
single test (via `-Dtest=MyTestClass`), you need to use the long form (instead 
of -D): 
   
   ```bash
   mvnd test --define test=MyTestClass
   ```
   
   This is still an issue on mvnd 1.0.5.


-- 
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]

Reply via email to