Voldemat commented on issue #11759:
URL: https://github.com/apache/maven/issues/11759#issuecomment-4057909281
I submitted new draft for maven-3.9.x branch and right now I have a lot of
test failures that are obscure to me. If you can please give pointers how I can
resolve them.
Right now main error this is shown for every failed test is this:
```
[ERROR] PluginManagerTest.testSurefirePlugin ยป Creation Unable to create
injector, see the following errors:
1) [Guice/ErrorInCustomProvider]: TypeNotPresentException: Type
EmptyProjectBuildingHelper not present
at ClassRealm[plexus.core, parent: null]
\_ installed by: WireModule -> PlexusBindingModule
while locating ProjectBuildingHelper
while locating DefaultProjectBuilder
at ClassRealm[plexus.core, parent: null]
\_ installed by: WireModule -> PlexusBindingModule
while locating ProjectBuilder
at LocatorWiring
at
AbstractCoreMavenComponentTestCase.projectBuilder(AbstractCoreMavenComponentTestCase.java:59)
\_ for field projectBuilder
at PlexusExtension.lambda$beforeEach$1(PlexusExtension.java:103)
\_ installed by: WireModule ->
PlexusExtension$$Lambda/0x00007e000125e870
Learn more:
https://github.com/google/guice/wiki/ERROR_IN_CUSTOM_PROVIDER
1 error
======================
Full classname legend:
======================
AbstractCoreMavenComponentTestCase:
"org.apache.maven.AbstractCoreMavenComponentTestCase"
DefaultProjectBuilder:
"org.apache.maven.project.DefaultProjectBuilder"
EmptyProjectBuildingHelper:
"org.apache.maven.project.EmptyProjectBuildingHelper"
LocatorWiring: "org.eclipse.sisu.wire.LocatorWiring"
PlexusBindingModule:
"org.eclipse.sisu.plexus.PlexusBindingModule"
PlexusExtension:
"org.codehaus.plexus.testing.PlexusExtension"
PlexusExtension$$Lambda:
"org.codehaus.plexus.testing.PlexusExtension$$Lambda"
ProjectBuilder: "org.apache.maven.project.ProjectBuilder"
ProjectBuildingHelper:
"org.apache.maven.project.ProjectBuildingHelper"
WireModule: "org.eclipse.sisu.wire.WireModule"
========================
End of classname legend:
========================
```
--
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]