gnodet commented on PR #1401:
URL: https://github.com/apache/maven/pull/1401#issuecomment-1932549260

   > > Ideally, we'd come up with a way to use Maven 4 API outside of maven...
   > 
   > That sound awkward to me 😄 like saying "we will make servlet-api usable 
without servlet engine", so something will need to implement it. And if not 
Maven, what?
   
   Maven has all the container side: parsing the projects, analyzing the build 
and launching all the mojos in sequence.   That part is not really in the Maven 
4 API which is about using maven model and resolver (well, apart from the 
Project).  But if we can provide a `Session`, the users should be able to use 
it, even if not running inside a plugin.  I don't see how it's really different 
from "running maven resolver outside of Maven, but with the model and the 
resolver-provider", i.e. Maven behaviour... without Maven.
   


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