rmannibucau commented on PR #756:
URL: https://github.com/apache/maven/pull/756#issuecomment-1162714124

   @cstamas no, mvnd log interactive and cool but on CI - where -T is very 
important - you just get the same than plain mvn and, exactly as for gradle, 
you don't want the daemon on CI too. So, IMHO, we are in a state where 1. we 
get more verbose without reasons (single module, multi modules with correct 
naming artifactid/name), 2. we don't solve the issue in half o the use case 
(multithreaded, mvn or mvnd) and 3. the info is already present (resources, 
compiler, etc plugins).
   
   That said you make me think of a good solution ot get that exact solution 
without breaking all the mentionned use case: just add a plugin which prints a 
configured string from the project, will be equivalent quite easily to this 
impl without touching to maven core and not add broken cases. Would it work? 
Strictly speaking using eval goal on project.bsaedir or project.file *already* 
solves that.


-- 
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

Reply via email to