2
나는 프록시를 사용하고 있으며 수동으로 추가 한 로컬 Nexus 저장소에서 jar 파일을 가져 오려고합니다. 항아리를 다운로드하려고 할 때 grails/ivy가 바깥으로 연결하려고하는 이유는 무엇입니까?로컬 넥서스 저장소에서 oracle jdbc 드라이버를 가져 와서 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"
}