Thanks, i stumbled over this page before, but unfortunately it does not solve my problem.

With settings.xml as follows

<settings>
 <localRepository>//winpc229/supply/Maven2/Repository</localRepository>
 <proxies>
   <proxy>
     <active>true</active>
     <protocol>http</protocol>
     <host>proxy</host>
     <port>81</port>
   </proxy>
   <proxy>
     <active>true</active>
     <protocol>https</protocol>
     <host>proxy</host>
     <port>81</port>
   </proxy>
 </proxies>
</settings>

i cannot access the https repository https://maven-repository.dev.java.net/repository If i reverse the order of the proxies (https first http second) i cannot access the
central repository any more (this time http protocol).
I opened MNG-2305 about this.

Greetings

Franz

Trygve Laugstøl schrieb:
Franz Fehringer wrote:
I asked this before and now try again.
Can Maven2 access https repositories from behind a proxy/firewall?

1) Browse to http://maven.apache.org
2) Press "documentation"
3) Seach for "prox" and click on: http://maven.apache.org/guides/mini/guide-proxies.html

--
Trygve

---------------------------------------------------------------------
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]

Reply via email to