slawekjaranowski commented on issue #12497:
URL: https://github.com/apache/maven/issues/12497#issuecomment-4995496222
Change introduced in
- https://github.com/apache/maven/pull/12327
In class
`maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java`
In 3.9.x we created list of plugin artifacts based on `DependencyNode`,
now we use `DependencyResult#getArtifactResults` and convert to Maven
artifacts by
`org.apache.maven.RepositoryUtils#toArtifact(org.eclipse.aether.artifact.Artifact)`,
so scope is lost ....
--
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]