On Fri, 2004-10-15 at 16:31, Helck, Christopher wrote: > How can I do this? I've thought about mirroring www.ibiblio.org/maven on > an internal machine and having developers and certification teams use it > instead, but this seems like a lot of work. Any ideas?
If the certification team is allow to connect within your intranet then you can setup your own remote repository for them to use. On your machine say you could build with a remote repo of ibiblio and your dependencies will be downloaded in your local repository. You could then turn around and use your local repository as the certification teams remote repository. You can setup your own webserver and if you have an existing servlet container running you can use Ben's maven-proxy: http://maven-proxy.codehaus.org/ You probably don't want to mirror all of ibiblio. It's about 2gb now the majority of which you probably don't use. You've got exactly the depenedencies you need in your own local repository so I would suggest using those :-) > Thanks, > C. Helck > > > > The information contained in this e-mail is confidential. This e-mail is intended > only for the stated addressee. If you are not an addressee, you must not disclose, > copy, circulate or in any other way use or rely on the information contained in this > e-mail. if you have received this e-mail in error, please inform us immediately and > delete it and all copies from your system. > > EBS Dealing Resources International Limited. Registered address: 55-56 Lincoln's > Inn Fields, London WC2A 3LJ, United Kingdom. Registered number 2633663. > > EBS Dealing Resources, Inc, registered in Delaware. Address: 535 Madison Avenue, > 24th Floor, New York, NY 10022, USA, and One upper Pond road, Building F - Floor 3, > Parsippany, NJ 07054, USA. > > EBS Dealing Resources Japan Limited, a Japanese Corporation. Address: Asteer > Kayabacho Bldg, 6th Floor, 1-6-1, Shinkawa, Chuo-Ku, Tokyo 104-0033, Japan. -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org happiness is like a butterfly: the more you chase it, the more it will elude you, but if you turn your attention to other things, it will come and sit softly on your shoulder ... -- Thoreau --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
