开发者

grails is unable to download jar from maven repo

开发者 https://www.devze.com 2023-02-25 17:21 出处:网络
I\'m trying to do grails clean on my grails project on centoOS server ... It开发者_如何转开发 starts downloading dependencies but gets stuck on a particular jar, if I try downloading the jar directly

I'm trying to do grails clean on my grails project on centoOS server ... It开发者_如何转开发 starts downloading dependencies but gets stuck on a particular jar, if I try downloading the jar directly from the browser it working but hangs when I do grails clean


[root]# /root/grails-1.3.4/bin/grails clean
Welcome to Grails 1.3.4 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: /root/grails-1.3.4

Base Directory: /root/cooldealsnew
Resolving dependencies...
Dependencies resolved in 1435ms.
Running script /root/grails-1.3.4/scripts/Clean.groovy
Environment set to development
Downloading: http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar ...


maybe you are in a network environment requiring a proxy to access external resources

you can add proxy configurations being used by Grails commands using add-proxy

http://grails.org/doc/latest/ref/Command%20Line/add-proxy.html

0

精彩评论

暂无评论...
验证码 换一张
取 消