Getting both Maven and SBT use local Artifactory-server

前端 未结 1 457

I need to get both Maven and SBT to use local Artifactory-server which is only machine that has Internet connection. Servers, CI-machine, etc don\'t have access to outside w

1条回答
  •  温柔的废话
    2020-12-31 21:40

    I have the following scala-friendly repositories set up for our work environment:

    • Scala Tools: https://oss.sonatype.org/content/groups/scala-tools/
    • TypeSafe: http://repo.typesafe.com/typesafe/releases/
    • JFrog: http://repo.jfrog.org/artifactory/libs-releases-local

    The compiler interface you mentioned above is in the Typesafe repository, specifically

    http://repo.typesafe.com/typesafe/maven-ivy-releases/org.scala-sbt/compiler-interface/0.11.3/

    0 讨论(0)
提交回复
热议问题