seem to recall plexus container implementor will need to configure plexus container at META-INF/plexus/plexus.xml<https://codehaus-plexus.github.io/plexus-containers/plexus-container-default/plexus-configuration.html>
https://codehaus-plexus.github.io/plexus-containers/plexus-container-default/ I havent used plexus since sisu and google-guice were released does this answer your question? m. ________________________________ From: Benson Margulies <bimargul...@gmail.com> Sent: Friday, May 8, 2020 5:16 PM To: Maven Developers List <dev@maven.apache.org> Cc: volf...@google.com <volf...@google.com> Subject: Running mojo unit test in the debugger I am trying to recall how to debug a Junit test that uses AbstractMojoTestCase. Simply asking an IDE to debug the test fails with plexus container errors. I cannot recall if these can be debugged as ordinary unit tests somehow, or whether we need to set remote debugging options to the surefire plugin and attach the debugger.