chrjohn commented on PR #1547: URL: https://github.com/apache/maven/pull/1547#issuecomment-2175668689
Sorry, not exactly sure what causes this, but after upgrade of maven-plugin-api from 3.9.7 to 3.9.8 my builds start failing with: ``` java.lang.NoSuchMethodError: org.eclipse.sisu.space.SpaceModule.<init>(Lorg/eclipse/sisu/space/ClassSpace;Lorg/eclipse/sisu/space/BeanScanning;Z)V at org.eclipse.sisu.plexus.PlexusAnnotatedBeanModule.<init>(PlexusAnnotatedBeanModule.java:93) at org.codehaus.plexus.DefaultPlexusContainer.<init>(DefaultPlexusContainer.java:204) at org.apache.maven.plugin.testing.AbstractMojoTestCase.setupContainer(AbstractMojoTestCase.java:264) at org.apache.maven.plugin.testing.AbstractMojoTestCase.getContainer(AbstractMojoTestCase.java:298) at org.apache.maven.plugin.testing.AbstractMojoTestCase.setUp(AbstractMojoTestCase.java:152) at org.apache.maven.plugin.testing.MojoRule$2.evaluate(MojoRule.java:304) ``` -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org