So we don't run into the occassional timeout from Central.
Since Doubleshot defaults mvn_repositories to return the URI to Central when you don't explicitly assign one, assigning the TravisCI repositories (found here: http://maven.mirrors.travis-ci.org/nexus/index.html#view-repositories) means that we'll not have Central unless we also explicitly add it.
So we should do something like the following in our Doubleshot file:
Or, the else should be an end and we should always additionally add the main public repositories. If for some reason the TravisCI Nexus proves unstable.
So we don't run into the occassional timeout from Central.
Since Doubleshot defaults
mvn_repositories
to return the URI to Central when you don't explicitly assign one, assigning the TravisCI repositories (found here: http://maven.mirrors.travis-ci.org/nexus/index.html#view-repositories) means that we'll not have Central unless we also explicitly add it.So we should do something like the following in our
Doubleshot
file:Or, the
else
should be anend
and we should always additionally add the main public repositories. If for some reason the TravisCI Nexus proves unstable.