vert-x / vertx-maven

Vert.x 2.x is deprecated - use instead
https://github.com/vert-x3/vertx-maven-starter
Other
22 stars 31 forks source link

Consider Maven proxy settings #35

Open berndv opened 9 years ago

berndv commented 9 years ago

When you run vertx:runMod behind a company proxy, the Mojo (indeed vert.x) is not able to download any module from any repository hostet outside the companies network (e.g. Maven Central).

To be consistent with the Maven ecosystem, it would be nice to re-use the proxy settings as configured in Mavens settings.xml file.

Note: Workaround with Java system properties -Dhttp.proxyHost and -Dhttp.proxyPort is not working due to a problem within vert.x itself. See Bug 445753. See also Bug 445755