2 Replies Latest reply on Dec 9, 2010 10:30 PM by igarashitm

    build via HTTP/HTTPS proxy

    igarashitm
      To build HornetQ via HTTP/HTTPS proxy, I need few changes on build-thirdparty.xml as attached patch. Could I commit this into trunk ?

      It  seems that maven 2.2.x can't use multiple proxy from settings.xml.  So if we need both http and https repository at the same time, we get  problem.

       

      To avoid this, apply the patch and simple two steps:

      1. put http proxy setting into settings.xml

      2. put https proxy setting into sysprop, like sh build.sh -Dproxy.host=proxy.server -Dproxy.port=8080

       

      Then I could build.