Skip to content
Iulian Dragos edited this page May 12, 2014 · 4 revisions

Welcome to the uber-build wiki!

Using the a7 typesafe proxy for dbuild

Add a7 to the /etc/hosts file

10.0.1.237 a7.typesafe.com

Create a .dbuild.properties file with the following content. Modify the last line to point to the location of the local m2 repo for the uber build.

resolvers.0=local
resolvers.1=a7-maven: https://a7.typesafe.com:8082/artifactory/repo
resolvers.2=a7-ivy: https://a7.typesafe.com:8082/artifactory/repo, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
resolvers.3=pr-scala: ${prRepoUrl-https://oss.sonatype.org/content/repositories/snapshots}
resolvers.4=uber-build-maven: file:/home/luc/dev/scala-ide/uber-build/target/m2repo

Export DBUILD_LOCAL_PROPERTIES to point the properties file.

export DBUILD_LOCAL_PROPERTIES=file:/home/luc/.dbuild.properties 
Clone this wiki locally