cstamas commented on issue #755: URL: https://github.com/apache/maven-mvnd/issues/755#issuecomment-1468166246
In short, WSL2 "sells" itself as Linux, but LockFileEx is not supported. This will not work until fixed by WSL2. User could experiment by some other locking solutions like Redis backed one https://maven.apache.org/resolver/maven-resolver-named-locks-redisson/index.html Or, just as experiment, do this: * make sure are daemons are shut down * invoke ONE build (to make sure ONE daemon runs) with this `-Daether.syncContext.named.factory=rwlock-local` This would make mvnd use "jvm local" locking (not multi process capable), but would at least show is there any other issue on WSL2. -- 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]
