slawekjaranowski commented on code in PR #230: URL: https://github.com/apache/maven-integration-testing/pull/230#discussion_r1068636121
########## core-it-support/maven-it-plugin-bootstrap/src/main/java/org/apache/maven/its/bootstrap/DownloadMojo.java: ########## @@ -82,8 +86,10 @@ @Override public void execute() throws MojoFailureException { + // this or that: either resolver file listed artifacts or collect lifecycle packaging plugins if ( file != null && file.exists() ) { + System.out.println( "Collecting artifacts from file: " + file ); Review Comment: Why system out instead of Mojo log? -- 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