-
Notifications
You must be signed in to change notification settings - Fork 111
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
Implement proxy settings for Maven #47
Comments
Hi @izio7 Also, instead of adding a dependency to handle XML configurations, it'd better use primitive UNIX tools like |
Hello, if [ "$USE_HTTP_PROXY_FOR_HTTPS" = "true" ]; then Probably it should be enhanced to include also the SOCKS proxy but I am not able to test it. The previous configuration works for me. Should I create a pull request? |
Not very sure about the conditions where I am very new to Java world, but if we are exporting |
I think this is fixable as we can create .m2/settings.xml file where we can store the proxies and it should work. |
It would be good to have the proxy settings for Maven too.
Since the proxy settings for Maven are stored in an XML file, it may help using http://xmlstar.sourceforge.net/
The text was updated successfully, but these errors were encountered: