Search code examples
mavenartifactory

How to add mvnrepository.com to artifactory 3.1


How can I mirror http://mvnrepository.com/ as remote repository in my local artifactory (3.1.1.1) maven proxy? I tried both http://mvnrepository.com/artifact/ and http://mvnrepository.com/ as URL, but I'm getting a HTTP 404 error.


Solution

  • You can only mirror or proxy Maven repositories, but as far as I can tell mvnrepository.com is not a Maven repository, it's just a web index of other repositories.