slachiewicz opened a new pull request, #177:
URL: https://github.com/apache/maven-rar-plugin/pull/177
Ports the 3 BeanShell IT scripts to Groovy, keeping the same checks. All
three had `String[] x = { … }` initialisers (now list literals) and asserted on
literal `${…}` placeholders in double quotes, which Groovy would interpolate
(single quotes now). 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=<touched ITs>` → Passed: 3,
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]