olamy commented on issue #2940: URL: https://github.com/apache/maven-surefire/issues/2940#issuecomment-5231048722
I'm really not a fan of this approach. We already have a standard, documented way to handle this using `argLine`. If we make a special exception here, we'll just end up with endless requests to add shortcuts for other properties, too. Keep in mind, this isn't a bug; it's designed this way on purpose. `mvn -D` is strictly for setting Maven parameters, not for configuring the separate test JVM. They are completely different things (apples and oranges). Let's just stick to the standard design. -- 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]
