Maven mirrors/respoitory question
Jack Hill <[email protected]> Fri, 1 May 2015 12:14:17 -0400
| Newsgroups | gmane.org.user-groups.trijug.juglist |
|---|---|
| Message-ID | <[email protected]> |
Greetings, I have a local maven repository that contains versions of my project's dependencies that are different than those provided by the upstream repository on the Internet. Currently some maven commands are failing for me because they are trying to download a version of the dependency that is not available upstream. How can I configure maven to look at my local repository first and if it doesn't find what it is looking for there fall back to the Internet repository. Best, Jack