So, I have set up the maven-proxy and it seems it's running. But if I delete a jar from my local repository and start mvn compile than in hangs:
Downloading: http://<ip>:8080/maven-proxy-webapp/repository/junit/junit/3.8.1/junit-3.8.1.jar after a few minutes the following error occures: from the specified remote repositories: central (http://repo1.maven.org/maven2), kd_release (file:///v:/mvnReleaseRepo), maven-proxy (http://<ip>:8080/maven-proxy-webapp/repository), kd_3rdparty (file:///v:/mvn3rdPartyRepo), kd_snapshot (file:///v:/mvnSnapshotRepo) ... Caused by I/O exception: Server returned HTTP response code: 500 for URL: http://<ip>:8080/maven-proxy-webapp/repository/junit/junit/3.8.1/junit-3.8.1.jar How do I know if maven-proxy uses the proxy I have setup? (proxy.list=one) Fredy "Maven Users List" <[email protected]> schrieb am 30.01.06 14:32:17: Hello, you just need to specify Ip adress or dns name and port of your http-proxy and possibly authentication values. If you have one http-proxy proxy.list=one and #Unauthenticated proxy proxy.one.host=HtpProxyAddress proxy.one.port=HttpProxyPort And so one if you are more tha one http-proxy. I think you can give any name for values of proxy.list But each name must match the corresponding description .(I don't try it). proxy.list=My1httproxy #Unauthenticated proxy proxy.My1httproxy.host=proxy1.example.com proxy.My1httproxy.port=3128 Tom. 2006/1/30, Fredy <[EMAIL PROTECTED]>: > Hey all, > is it possible to use a http-proxy in the maven-proxy? > What is this configuration for= does it work? > > Fredy > > ################ PROXIES > #This is just a hack, it should auto discover them > proxy.list=one,two,three > > #Unauthenticated proxy > proxy.one.host=proxy1.example.com > proxy.one.port=3128 > > #Authenticated proxy > proxy.two.host=proxy2.example.org > proxy.two.port=80 > proxy.two.username=username2 > proxy.two.password=password2 > > #Authenticated proxy > proxy.three.host=proxy3.example.net > proxy.three.port=3129 > proxy.three.username=username3 > proxy.three.password=password3 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mit freundlichen Grüßen Fred Robert Hauschel http://www.Hauschel.de Mobil: 0179 - 6917092 Telefon: 07427 - 91179 Fax: 07427 - 91178 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
