slachiewicz commented on PR #828:
URL: 
https://github.com/apache/maven-shade-plugin/pull/828#issuecomment-5400928604

   Same cause as #827, which this PR shares verbatim: `verify.groovy` line 142 
matches the `help:evaluate` output with `it =~ /^\// && 
it.endsWith("/pom.xml")`, and a Windows `project.file` is `D:\a\...\pom.xml`, 
so `find` returns null and the assert fires before `project.file` is examined. 
`windows-latest jdk-8-zulu` is the only failing cell here too.
   
   The suggested matcher and the note about this PR overlapping #128 are in 
https://github.com/apache/maven-shade-plugin/pull/827#issuecomment-5400926404 — 
one fix serves both.
   
   *This comment was created with AI assistance.*
   


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