在build.sbt中,我配置的唯一网站是twitter和我自己的repo,但是为什么sbt会解析像googlecode.com这样的网站:
[error] Server access Error: Operation timed out url=http://maven.twttr.com/com/xxx/yyy_2.9.1/0.0.1/yyy_2.9.1-0.0.1.pom
[error] Server access Error: Operation timed out url=http://powermock.googlecode.com/svn/repo/com/xxx/yyy_2.9.1/0.0.1/yyy_2.9.1-0.0.1.pom
[error] Server access Error: Operation timed out url=http://oauth.googlecode.com/svn/code/maven/com/xxx/yyy_2.9.1/0.0.1/yyy_2.9.1-0.0.1.pom
需要超时的时间才能超时,无论如何禁用它(或缩短超时时间)?
谢谢; - )