cstamas commented on PR #168:
URL: https://github.com/apache/maven-resolver/pull/168#issuecomment-1107832038

   > Are these expected? As far as I see, those for GA go into releases, and 
GAV into snapshots if it is a snapshot of course. Can metadata still properly 
refreshed?
   
   Split by snapshot/release is nearly impossible for Metadata, as they are 
"mixed bag of beans": while an Artifact can be ONLY this or that (snapshot or 
release), Metadata is not like that. Hence:
   * G level metadata is always "release"
   * GA level metadata is always "release" (while it can, as seen above, enlist 
versions that are mixed)
   * GAV level metadata is "release" or "snapshot" based on V it carries
   


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