jimklimov commented on issue #896:
URL: https://github.com/apache/maven-mvnd/issues/896#issuecomment-1774121080

   While at it, I am trying to wrap my head around the 
https://maven.apache.org/resolver/local-repository.html#split-local-repository 
feature. Is there some trick that would allow several CI builds to share 
downloaded third-party artifacts but let them store separately and use without 
conflict some artifacts from designated "our" namespaces?
   
   I saw suggestions about e.g. 
`-Daether.enhancedLocalRepository.localPrefix=$PROJECT/$BRANCH` - but it seems 
more related to where `mvn install` would land. Things like `mvn test` happen 
inside the build workspace and do not write the built code/test binaries into 
the local-repo on their own accord, right?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to