elharo commented on code in PR #1064: URL: https://github.com/apache/maven/pull/1064#discussion_r1144744437
########## maven-core/src/test/java/org/apache/maven/repository/TestRepositorySystem.java: ########## @@ -229,7 +229,7 @@ public ArtifactResolutionResult resolve(ArtifactResolutionRequest request) { .map(Dependency::new) .collect(Collectors.toList()); } catch (IOException e) { - e.printStackTrace(); Review Comment: On further investigation, this immensely over-engineered class is used in exactly one test method `testCacheKey` which doesn't even enter this method when it runs. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org