slachiewicz opened a new pull request, #770: URL: https://github.com/apache/maven-invoker-plugin/pull/770
Part of apache/maven#13207. The plugin logs `BeanShell scripts are deprecated, port <file> to Groovy: <docs link>` for every `.bsh` selector, pre-build or post-build script it runs, once per file, both in its own output and in the IT's `build.log`. The check follows the script runner's resolution (the name as given, then `.bsh`), so a bare `verify` that resolves to `verify.bsh` is reported too. The site examples for selector scripts and the usage page now show Groovy files, and the pre/post build page says the plugin warns. Verified: `mvn -Prun-its verify -Dinvoker.test='script-*'` → 11 ITs passed; `script-context` asserts the warning appears once for each of its two BeanShell scripts and not for the Groovy ones. -- 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]
