desruisseaux commented on PR #271: URL: https://github.com/apache/maven-compiler-plugin/pull/271#issuecomment-2457873434
There is a test failure on Windows in MCOMPILER-192, which I suspect come from the `/` in the following: ```xml <includes> <include>dummy/*.java</include> <include>dummy/license.txt</include> </includes> ``` The code was supposed to translate `/` to `\` on Windows, but I guess that I missed something. I will check at the first opportunity. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org