我正在尝试在没有代理的情况下使用eclipse,但它不断提取一些代理设置,我不知道如何:
无法转移my.stuff:来自http://jcenter.bintray.com的:integration.merge:jar:0.0.1-SNAPSHOT缓存在本地存储库中,在jcenter的更新间隔过去或更新后,将不再重新尝试解析被迫的。 原始错误:无法传输工件my.stuff:integration.merge:jar:0.0.1-SNAPSHOT from / to jcenter(http://jcenter.bintray.com):www-proxy.mycompany.com
在命令行从maven运行时,构建工作正常:
mvn -U clean install
....
[INFO] BUILD SUCCESS
eclipse网络配置文件
Eclipse.app/Contents/Eclipse/configuration/.settings/org.eclipse.core.net.prefs
eclipse.preferences.version=1
nonProxiedHosts=repo.maven.apache.org|localhost|127.0.0.1
org.eclipse.core.net.hasMigrated=true
proxiesEnabled=false
systemProxiesEnabled=false
没有eclipse配置文件包含代理信息:
find ~/eclipse/ -type f |xargs grep www-proxy
[nothing returned]
Mac系统网络设置:
Eclipse代理设置:
~/.bash_profile
也不包含对代理的引用。
而且我没有~/.m2/settings.xml
档案 - 所以它不是从那里拿走的。
问题:eclipse从哪里获取此代理信息?为什么要使用它,当它被明确配置为不这样做?