slawekjaranowski commented on code in PR #417:
URL: 
https://github.com/apache/maven-dependency-plugin/pull/417#discussion_r1676833449


##########
src/main/java/org/apache/maven/plugins/dependency/resolvers/GoOfflineMojo.java:
##########
@@ -152,6 +169,46 @@ protected Set<Artifact> resolvePluginArtifacts() throws 
DependencyResolverExcept
         return resolveDependableCoordinate(buildingRequest, 
dependableCoordinates, "plugins");
     }
 
+    protected FilterArtifacts getArtifactsFilter() {
+        final FilterArtifacts filter = new FilterArtifacts();
+

Review Comment:
   We have the same method in `ResolvePluginsMojo` - we can move it to 
`AbstractDependencyFilterMojo`



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