Hiteshsai007 commented on PR #12260:
URL: https://github.com/apache/maven/pull/12260#issuecomment-4716587480

   
    You are completely correct. The prefix matching in Maven Resolver allows 
`/eu` to cover the `eu.maveniverse` namespace, so remote repository filtering 
was not the blocker.
    
    I have reverted the changes to `Verifier.java` from this PR. 
    
    The actual root cause of the Windows-specific CI failures was the UTF-8 BOM 
(`\uFEFF`) in the generated `.mvn/jvm.config` file, which was causing the JVM 
launcher to reject option arguments. The PR now only contains the fix in 
`JvmConfigParser.java` to strip the leading BOM.


-- 
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]

Reply via email to