You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the internal API org.apache.maven.lifecycle.internal.LifecycleDependencyResolver#resolveProjectArtifacts eventually raises DependencyResolutionRequest events, however the public api org.apache.maven.api.services.DependencyResolver does not. Any reason why it should not be the case?
We miss those events, for example, when executing the dependency:go-offline goal.