DevOps / Maven Interview questions II
What is Maven Central Repository?
Maven central repository is located on the web created by the apache maven community.
The path of central repository is: http://repo1.maven.org/maven2/.
The central repository serves a lot of common libraries that can be browsed using this url http://search.maven.org/#browse.
More Related questions...