`

运行play dependencies命令下载依赖非常慢的解决办法

 
阅读更多

此方法从stack overflow 得到:

 

http://stackoverflow.com/questions/7157964/playframework-private-repos/8404241#8404241

 

The key for me getting play to use my nexus repository rather than mavenCentral was to name my nexus repository in dependencies.yml as "mavenCentral":

repositories:
    - mavenCentral:
        type: iBiblio 
        root: "http://nexus.mydomain.com/nexus/content/groups/public/"
        contains:
            - com -> *
            - org -> *
            - play -> *
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics