simpligility / maven-repository-tools

Tools for interacting with Maven repositories
Eclipse Public License 1.0
137 stars 66 forks source link

ProxyHelper does neither respect URL nor variable *.nonProxyHosts #49

Closed JensFransson closed 4 years ago

JensFransson commented 4 years ago

As a user, I want to upload a maven artifact from a public repository to an internal repository when located behind a proxy. Currently this is not possible because ProxyHelper will either always or never be used when connecting to a service.

The solution is to respect the environment variable *.nonProxyHosts in order to allow for direct access to a server (i.e. without proxy).