My work has its own maven server that it uses. Unfortunately, when I try to add a dependency to http://mvnrepository.com/artifact/commons-dbutils/commons-dbutils/1.6 it is not being found.
My question is how do I modify my settings.xml
to allow for a 2nd server, which would be the mvnrepository
, but only reference that server if the dependency isn't found on the main server?