MojoExtension is the JUnit extension class used by all Maven 4 plugins for unit testing. I don't think we can get rid of it. But I need to find out the actual cause for the change.
Le sam. 8 nov. 2025 à 16:49, Martin Desruisseaux <[email protected]> a écrit : > Le 08/11/2025 à 16:34, Guillaume Nodet a écrit : > > > I reproduced the problem with m-compiler-p. The problem seems to be > > caused by MojoExtension#resolveParameter, but not sure why at this point. > > > Thanks. I don't know if MojoExtension is used by other plugins. But if > it is used only by the compiler plugin, we can also modify the tests for > avoiding the use of MojoExtension. It may simplify the Maven code base. > > Martin > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- ------------------------ Guillaume Nodet
