You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found this project in a search, will give it a try, thanks! I'm having no end of problems using artifactory as a maven cache. Building maven projects in docker really needs a caching maven proxy since it's hard to share a ~/.m2/repository with docker builds.
I could try to make a Dockerfile to build and run this project. But sorry I'm not sure what the settings.xml should look like for this? Below is artifactory's, is this all that is needed?
there is an issue with the maven build process hanging after a request is made through the proxy for an artifact the proxy can't find. I'm still tracking down why that's happening.
This is faster than downloading the artifacts directly, for sure, but it's still a lot slower than directly building from ~/.m2/repository/.
Found this project in a search, will give it a try, thanks! I'm having no end of problems using artifactory as a maven cache. Building maven projects in docker really needs a caching maven proxy since it's hard to share a
~/.m2/repository
with docker builds.I could try to make a Dockerfile to build and run this project. But sorry I'm not sure what the settings.xml should look like for this? Below is artifactory's, is this all that is needed?
The text was updated successfully, but these errors were encountered: