cstamas commented on code in PR #12327:
URL: https://github.com/apache/maven/pull/12327#discussion_r3441923080


##########
maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultPluginDependenciesResolver.java:
##########
@@ -161,20 +163,46 @@ public DependencyNode resolveCoreExtension(
             List<RemoteRepository> repositories,
             RepositorySystemSession session)
             throws PluginResolutionException {
+        return resolveInternal(plugin, null /* pluginArtifact */, 
dependencyFilter, repositories, session)
+                .getRoot();
+    }
+
+    /**
+     * @since 3.10.0
+     */
+    public DependencyResult resolveCoreExtensionAndFlatten(

Review Comment:
   Agreed, will add new (and old) methods to interface. I just did not want to 
"stir too much".



-- 
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]

Reply via email to