You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proper isolation of maven-executor UTs (#11392) (#11393)
They lacked in some cases the `.mvn` directory, and it caused Maven to "bubble up" all way to Maven Project own `.mvn`.
Now the UT properly confine the test within CWD by creating `.mvn` in it.
Backport of 23d38a2
0 commit comments