cstamas commented on PR #1391:
URL: https://github.com/apache/maven/pull/1391#issuecomment-1908946500

   It was always "build path" but Maven internally called it wrongly 
"classpath" :wink: 
   
   Basically what we do here is laying down new API blocks for dep scopes and 
build path scopes.
   
   The other PR is about "filling in the properties".
   
   And ultimately, you as for "main-compile" or "test-compile" build path, 
Maven calls into Resolver and it resolves those for you, and you end up with a 
bunch of artifacts (that are coming via project, so are dependency, hence, had 
type). 
   
   Then, those collections are "split", filtered by various properties present 
in their artifact.properties that makes them "fall" into proper bucket, like 
classpath, modulepath, etc


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