我在代理服务器后面,我正试图从我手动添加的本地nexus存储库中获取一个jar。当我尝试下载jar时,为什么grails / ivy会尝试连接外部?
...
Downloading: MYURL/ojdbc16-11.1.0.7.0.jar.sha1 ...
Download complete.
:: problems summary ::
:::: ERRORS
Server access Error: Connection timed out: connect url=http://svn.codehaus.org/grails-plugins/grails-ojdbc16/tags/RELEASE_11_1_0_7_0/grails-ojdbc16-11.1.0.7.0.jar
依赖配置:
dependencies {
// specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.
runtime 'com.oracle:ojdbc16:11.1.0.7.0'
}
回购:
repositories {
mavenLocal()
mavenRepo "MYSERVER/nexus/content/repositories/thirdparty"
}
答案 0 :(得分:0)
这神秘不再发生。由于其他原因,我确实切换回1.3.6,但我不确定为什么会发生这种情况。