k-wall commented on code in PR #1585:
URL: 
https://github.com/apache/maven-dependency-plugin/pull/1585#discussion_r2764220728


##########
src/main/java/org/apache/maven/plugins/dependency/fromDependencies/AbstractDependencyFilterMojo.java:
##########
@@ -381,9 +381,13 @@ private MavenProject buildProjectFromArtifact(Artifact 
artifact) throws MojoExec
             ProjectBuildingRequest buildingRequest =
                     new 
DefaultProjectBuildingRequest(session.getProjectBuildingRequest());
             buildingRequest.setProcessPlugins(false);
+            if (getProject().getRemoteArtifactRepositories() != null

Review Comment:
   Inspired by 
https://github.com/apache/maven-javadoc-plugin/blob/ace4fe073378474b53296bd8c7a3f4a3faa44e17/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java#L2364



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