rfscholte commented on code in PR #1571:
URL:
https://github.com/apache/maven-dependency-plugin/pull/1571#discussion_r2662636868
##########
src/main/java/org/apache/maven/plugins/dependency/fromDependencies/AbstractDependencyFilterMojo.java:
##########
@@ -231,6 +237,16 @@ public abstract class AbstractDependencyFilterMojo extends
AbstractDependencyMoj
@Parameter(property = "mdep.prependGroupId", defaultValue = "false")
protected boolean prependGroupId = false;
+ /**
+ * By default this matches the project itself is the root.
+ * With graphRoots you can choose for a subtree of dependencies.
+ * After that the general include/exclude filters can be applied.
+ *
+ * @since 3.10.0
+ */
+ @Parameter
+ private List<GraphRoot> graphRoots;
Review Comment:
sure, added one with a different groupId, artifactId, version, scope.
--
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]