Skip to content

use caching artifactory #243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 22, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions common.conf
Original file line number Diff line number Diff line change
Expand Up @@ -173,21 +173,9 @@ vars.base.extra.commands = ${vars.default-commands}
vars.ivyPat: ", [organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]"
options.resolvers: {
01: "local"
02: "maven-cache: https://scala-ci.typesafe.com/artifactory/central/"
03: "typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organisation]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly"
04: "sbt-plugin-releases: https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/"${vars.ivyPat}
05: "old-sbt-plugins: https://repo.typesafe.com/typesafe/ivy-releases/"${vars.ivyPat} // e.g. sbteclipse-plugin 2.x
09: "dbuild-snapshots: http://repo.typesafe.com/typesafe/temp-distributed-build-snapshots"${vars.ivyPat}
10: "maven-central"
11: "old-typesafe-maven-releases: https://repo.typesafe.com/typesafe/maven-releases" // for play 2.3.9's netty-http-pipelining 1.1.2

// temporary, enables the fix of https://github.com/sbt/sbt-web/pull/107/files
// discussion here: https://github.com/sbt/sbt-web/pull/107#issuecomment-94004046
13: "bintray-eed3si9n-sbt-plugins: https://dl.bintray.com/eed3si9n/sbt-plugins"${vars.ivyPat}

// for Ensime's netbeans dependency
14: "netbeans: http://bits.netbeans.org/nexus/content/groups/netbeans"

02: "dbuild: https://scala-ci.typesafe.com/artifactory/dbuild/"
03: "dbuild-ivy: https://scala-ci.typesafe.com/artifactory/dbuild-ivy/"${vars.ivyPat}
04: "dbuild-unchecked: https://scala-ci.typesafe.com/artifactory/dbuild-unchecked/" // for sbt plugins not available on ivy (they'll fail the pom check on the `dbuild` cache repo above)
}

// we don't have enough disk space to keep stuff longer
Expand Down