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
[gh-11363] Compile parser to temp directory with MAVEN_HOME-based path
- Compile JvmConfigParser.java to %TEMP%\mvn-jvm-parser-<hash>
- Hash is based on MAVEN_HOME to ensure different Maven versions use different compiled classes
- Avoids needing write access to Maven bin directory
- Avoids single-file source execution issues with output redirection
0 commit comments