olamy commented on PR #3420:
URL: https://github.com/apache/maven-surefire/pull/3420#issuecomment-5230848354
TBH I'm not sure of this one.
As it's confusing to setup this from cli as this can be confusing with the
tmp dir of the maven jvm and not the forked jvm.
Users can still use argLine and a dedicated property (even `java.io.tmpdir`
if they want)
Something such
```
<properties>
<!-- some good default value -->
<java.io.tmpdir></java.io.tmpdir>
<properties>
....
<argLine>-Djava.io.tmpdir=${java.io.tmpdir}</argLine>
...
```
LOL even more confusing
But frankly I do not see the use case for this
--
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]