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

   Ports the 28 BeanShell IT scripts under `src/it/projects` to Groovy, keeping 
the same checks. 27 were already valid Groovy; `MJAVADOC-384/verify` had two 
`new File[] {…}` initialisers, now `[…] as File[]`. The rename is a separate 
commit so the port reads as a diff. Part of apache/maven#13207.
   
   Verified: `mvn verify -Prun-its -DskipTests -Dinvoker.test=<the 28 IT 
projects>` → Passed: 24, Skipped: 3 (JRE-version selectors), Failed: 1 — 
`MJAVADOC-181`, which is in `pomExcludes` and never runs in CI; forcing it 
through `invoker.test` fails on the missing `target/reports/apidocs` regardless 
of script language.


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