Le 2024-10-24 à 07 h 57, Olivier Lamy a écrit :
I wonder if the changes have been ported to surefire and javadoc?
Not yet, but indeed those plugins will also need to be updated. We may
not be able to update them in same time as the compiler plugin. A
consequence is that some tasks that should become easier with the new
compiler plugin (e.g. control on class-path versus module-path) but will
stay difficult with the surefire and javadoc plugins. However, I don't
think that they would be more difficult than they currently are.
We could do compiler, surefire, javadoc and jar (that latter may also
need an update) in parallel. My current way of working is rather to
focus on one plugin at a time, and to finish the compiler plugin before
to move on to the next plugin (the next work item is the way to declare
sources). But this approach may be changed if it appears necessary.
Martin