slachiewicz opened a new pull request, #769:
URL: https://github.com/apache/maven-invoker-plugin/pull/769
Ports 62 of the 79 BeanShell IT scripts under `src/it` to Groovy, keeping
the same checks. 45 were already valid Groovy; 17 had `String[] x = { … }`
initialisers (now list literals) and `pom-filtering/verify` asserted the
literal `${project.version}` placeholder, 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.
The 17 scripts under the `beanshell/` fixture directories of the `script-*`
ITs stay as `.bsh` on purpose: they exercise the plugin's own interpreter
detection and are the coverage for the engine until it is removed.
Verified: `mvn verify -Prun-its -DskipTests -Dinvoker.test=<the 39 IT
projects holding the ported scripts>` → Passed: 39, 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]