You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 445755The text was updated successfully, but these errors were encountered: