brunoborges commented on code in PR #1599:
URL:
https://github.com/apache/maven-dependency-plugin/pull/1599#discussion_r3209770943
##########
src/main/java/org/apache/maven/plugins/dependency/resolvers/ResolvePluginsMojo.java:
##########
@@ -153,7 +153,7 @@ public ResolvePluginsMojo(
@Override
protected void doExecute() throws MojoExecutionException {
try {
- // ideally this should either be DependencyCoordinates or
DependencyNode
+ // ideally this should either be DependencyEntry or DependencyNode
Review Comment:
Sorry, what is the problem here?
##########
src/main/java/org/apache/maven/plugins/dependency/resolvers/ResolvePluginsMojo.java:
##########
@@ -153,7 +153,7 @@ public ResolvePluginsMojo(
@Override
protected void doExecute() throws MojoExecutionException {
try {
- // ideally this should either be DependencyCoordinates or
DependencyNode
+ // ideally this should either be DependencyEntry or DependencyNode
Review Comment:
Fixed in
[0e70709](https://github.com/apache/maven-dependency-plugin/pull/1599/commits/0e70709e37485ece4bc44f010c337cc9d1de9563)
--
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]