cstamas commented on code in PR #732:
URL:
https://github.com/apache/maven-invoker-plugin/pull/732#discussion_r3211004409
##########
src/main/java/org/apache/maven/plugins/invoker/InstallMojo.java:
##########
@@ -214,7 +215,19 @@ private void resolveProjectPoms(MavenProject project,
Map<String, Artifact> reso
private void resolveProjectDependencies(Map<String, Artifact>
resolvedArtifacts)
throws ArtifactResolutionException, MojoExecutionException,
DependencyResolutionException {
- DependencyFilter classpathFilter =
DependencyFilterUtils.classpathFilter(scope);
+ // log for testing
Review Comment:
See also
https://github.com/apache/maven/blob/maven-3.10.x/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/scopes/Maven3ScopeManagerConfiguration.java#L175-L177
--
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]