The difference between http://repo.apache.maven.org/maven2/vs http://repo1.maven.org/maven2/

What is the difference between http://repo.apache.maven.org/maven2/ and http://repo1.maven.org/maven2/ ?

Do http://search.maven.org/ , http://mvnrepository.com/ are indexing the same artifacts?

+3
source share
1 answer

In version 3.0.3, the default URL was http://repo1.maven.org/maven2/ .

It has been changed to http://repo.apache.maven.org/maven2/ with version 3.0.4

: CNAME

+1

Source: https://habr.com/ru/post/1686708/


All Articles