Skip to content

Commit

Permalink
Merge pull request #139 from sbt/fix-proxy-repo-instructions
Browse files Browse the repository at this point in the history
Update 04-Proxy-Repositories.md
  • Loading branch information
eed3si9n committed Apr 20, 2015
2 parents 016f846 + 88bcd01 commit 7f98941
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ be able to resolve sbt plugins.
The final resolver is `my-maven-proxy-releases`. This repository is a
proxy for all standard maven repositories, including maven central.

This repositories file is all that's required to use a proxy repository. These repositories will get included first in any sbt build, however you can add some addtiionaly configuration to force the use of the proxy repository instead of other configurations.

#### Launcher Script

The sbt launcher supports two configuration options that allow the usage
Expand All @@ -90,6 +92,8 @@ It is specified like so:
-Dsbt.override.build.repos=true
```

The value defaults to false and must be explicitly enabled.

#### `sbt.repository.config`

If you are unable to create a `~/.sbt/repositories` file, due to user
Expand Down

0 comments on commit 7f98941

Please sign in to comment.