zoukankan      html  css  js  c++  java
  • sbt 设置

    • 修改 sbtopts for shell
    # zkk
    -sbt-dir  D:/DATA/.sbt
    -sbt-boot D:/DATA/.sbt/boot  
    -ivy D:/DATA/.ivy2
    
    • 修改 sbtconfig.txt for windows
    ## zkk
    -Dsbt.boot.directory=D:/DATA/.sbt/boot
    -Dsbt.ivy.home=D:/DATA/.ivy2
    -Dsbt.directory=D:/DATA/.sbt
    
    • 创建镜像代理
    #D:DATA.sbt
    epositories
    [repositories]
      local
      public-repo: http://mvnonline.*.com/mvn/repository 
      scala-repo1: http://mvnonline.*.com/nexus/content/repositories/typesafe-release
      third-repo:  http://mvnonline.*.com/nexus/content/repositories/thirdparty
      scala-repo3: http://mvnonline.*.com/nexus/content/repositories/sbt-plugin-releases, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
      sbt-repo: http://mvnonline.*.com/nexus/content/repositories/typesafe-ivy-release, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]  
    

    注意 代理网址隐去


    --- 她说, 她是仙,她不是神
  • 相关阅读:
    一个通用的事件监听函数全集
    单应性矩阵
    opencv姿态估计
    opencv相机标定
    Harris角点
    盒滤波Box Filter
    win10+vs2015+pcl1.8.1安装配置
    图像元素遍历
    阈值分割
    二叉树的层次遍历
  • 原文地址:https://www.cnblogs.com/bregman/p/5126881.html
Copyright © 2011-2022 走看看