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

   >  the benefit of having it statically defined (so that we can compute 
exactly what is needed in advance)
   
   I'm not sure I get it, this should be 1-1 with the programmatic flavor IMHO 
so either it is cached in the impl and it is always computed in advanced 
somehow - or there is no pitfall computing it lazily more exactly -  or it will 
be wrong if computed in advanced and a mojo modifies the current scope for next 
mojo :thinking: 
   
   I assume - but not sure at all - you speak about adding more concurrency or 
something like that but I'm not sure we can do it more than the resolution 
requested by the mojo itself - which needs to move to a list of custom string I 
guess now.


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