Thorsten, We don't currently have a proxy such as Proximity or Artifactory but I can look in to that. Thanks for the idea!!!
David "Thorsten Heit" <[EMAIL PROTECTED]> 04/20/2007 08:08 AM Please respond to "Maven Users List" <[email protected]> To "Maven Users List" <[email protected]> cc Subject Re: Maven Repository Question 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] _____________________________________ CONFIDENTIALITY: This email (including any attachments) may contain confidential, proprietary and privileged information, and unauthorized disclosure or use is prohibited. If you received this email in error, please notify the sender and delete this email from your system. Thank you.
