slachiewicz opened a new pull request, #516:
URL: https://github.com/apache/maven-resources-plugin/pull/516

   Ports the 14 BeanShell IT scripts under `src/it` to Groovy, keeping the same 
checks. Ten were already valid Groovy; the rest needed literal `${…}` 
placeholder assertions in single quotes so Groovy does not interpolate them 
(MRESOURCES-20, escapeInterpolation), a return type on the script-level 
`filesAreIdentical` method (binaries-filtering), and same-scope `int indexOf` 
redeclarations turned into assignments (copy-resources-it, 
escapeInterpolation). The rename is a separate commit so the port reads as a 
diff. Part of apache/maven#13207.
   
   Verified: `mvn verify -Prun-its -Dinvoker.test=<all 12 ITs>` with Maven 
4.0.0-rc-6 → Passed: 12, Failed: 0.


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