You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2023/01/12 20:44:38 UTC

[GitHub] [maven-integration-testing] slawekjaranowski commented on a diff in pull request #230: [MNG-7667] Fix Bootstrap IT

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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org