Marged
Marged

Reputation: 10953

Eclipse and proxy

I run my Eclipse on a Linux computer behind a company proxy. This proxy does not need authentication, it simply needs to be set. But in Eclipse some functionalities can't connect to the Internet. When I check the same URL with e.f. curl and the same proxy settings everything works fine.

I defined the proxy:

Eclipse can connect to the Internet:

Eclipse is unable to reach the Internet:

Any ideas where I missed a special setting ? I do all of this in STS 3.9, which has Eclipse 4.7

Upvotes: 0

Views: 430

Answers (1)

Martin Lippert
Martin Lippert

Reputation: 6508

I am not sure about the browser view, but m2e/Maven uses proxy settings that are defined in the settings.xml file for Maven.

In Eclipse/STS, you can specify which settings.xml file m2e should use in the preferences for the Maven support.

Upvotes: 1

Related Questions