-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing proxy config in BaselineMojo? #1935
Comments
In general, it should work, but proxy setups are always hard to test with the integration test-suite. Can you put a breakpoint in
to sot what/if proxy is selected correctly? |
There is also
that currently do nothing, but probably this is triggered and we should log some info to the user? |
If a proxy is specified with the https procotol in the settings.xml, Tycho fails downloading artifacts from any URL that uses that proxy, because it wrongly configures a SOCKS transport in such cases. Fixes eclipse-tycho#1935, eclipse-tycho#2709, eclipse-tycho#2533.
On my company laptop the m2e build can't download the baseline. That machine has a mandatory proxy, which works fine for everything else in Maven and Tycho (and I can access the same URL in the browser). Since the baseline plugin is relatively new, maybe we are missing the code to setup the proxy for that connection?
I remember you did some similar fix to correctly configure a connection because of not using the Maven proxy settings somewhere else some months ago, but I can't point to the exact commit.
The text was updated successfully, but these errors were encountered: