Skip to content
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

Add support for proxy configuration #4

Merged
merged 2 commits into from
Jul 17, 2015
Merged

Conversation

pditommaso
Copy link
Contributor

Currently Maven caplet is reading the settings.xml for was not applying the proxy setting that were defined in it.

Also this pull request check for the defined by the following standard Linux environment variables:

  • http_proxy
  • https_proxy
  • HTTP_PROXY
  • HTTPS_PROXY

and the standard Java proxy system properties"

  • http.proxyHost
  • http.proxyPort
  • https.proxyHost
  • https.proxyPort

pron added a commit that referenced this pull request Jul 17, 2015
Add support for proxy configuration
@pron pron merged commit 6bac99f into puniverse:master Jul 17, 2015
@pron
Copy link
Contributor

pron commented Jul 17, 2015

Awesome! Thanks!

@pditommaso
Copy link
Contributor Author

Welcome! Is already available a rc2-SNAPSHOT including it ?

@pron
Copy link
Contributor

pron commented Jul 17, 2015

It should be now.

@pditommaso
Copy link
Contributor Author

Yep. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants