美文网首页
sbt配置阿里云镜像

sbt配置阿里云镜像

作者: nummycode | 来源:发表于2017-04-17 11:29 被阅读807次

直接修改bin/sbt-launch.jar,注意先备份,以防意外
编辑sbt-launch.jar中的sbt/sbt.boot.properties,修改[repositories]的local部分,添加以下内容:

aliyun-nexus: http://maven.aliyun.com/nexus/content/groups/public/  
ibiblio-maven: http://maven.ibiblio.org/maven2/
typesafe-ivy: https://dl.bintray.com/typesafe/ivy-releases/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
uk-repository: http://uk.maven.org/maven2/
jboss-repository: http://repository.jboss.org/nexus/content/groups/public/

相关文章

网友评论

      本文标题:sbt配置阿里云镜像

      本文链接:https://www.haomeiwen.com/subject/xnctzttx.html