Hi David, > I'm pretty new to maven and have a repository question. I have set up a > internal repository that will hold the artifacts from ibiblio that my > project needs.
What dou you mean by having set up such a repository? Have you created a mirror for central repo? Do you use a proxy such as Proximity or Artifactory? > My question is how do I make maven update / download new > required dependencies to the internal repository instead of the local > repository? > > In other words if I add a dependency to pom and if maven can't find it in > the local or the internal repositories and has to pull it from ibiblio, I > would like that new dependency to be downloaded to the internal repository > and then to the local repository. Any help you can provide would be > greatly appreciated. I suggest you install a proxy such as Proximity ([1]) or Artifactory ([2]) and tell Maven to access your proxy instead of directly fetching files from the external repositories; see [3]. [1] http://proximity.abstracthorizon.org/ [2] http://artifactory.sf.net/ [3] http://maven.apache.org/guides/mini/guide-proxies.html HTH Thorsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]