pmoerenhout commented on a change in pull request #51:
URL:
https://github.com/apache/maven-dependency-plugin/pull/51#discussion_r447249359
##########
File path:
src/main/java/org/apache/maven/plugins/dependency/AbstractDependencyMojo.java
##########
@@ -345,11 +351,25 @@ private void silenceUnarchiver( UnArchiver unArchiver )
* repositories, used to resolve artifacts.
*/
public ProjectBuildingRequest newResolveArtifactProjectBuildingRequest()
+ {
+ return newProjectBuildingRequest( remoteRepositories );
+ }
+
+ /**
+ * @return Returns a new ProjectBuildingRequest populated from the current
session and the current project remote
Review comment:
Implemented correct JavaDoc
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]