Add point about no global lock in README

This commit is contained in:
Alexandre Archambault 2016-01-17 16:30:56 +01:00
parent 25ba1f9b72
commit 7f0b322368
2 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,8 @@ and is able to fetch metadata and artifacts from both Maven and Ivy repositories
Compared to the default dependency resolution of SBT, it adds:
* downloading of artifacts in parallel,
* better offline mode - one can safely work with snapshot dependencies if these are in cache (SBT tends to try to fail if it cannot check for updates),
* non obfuscated cache (cache structure just mimicks the URL it caches).
* non obfuscated cache (cache structure just mimicks the URL it caches),
* no global lock (no "Waiting for ~/.ivy2/.sbt.ivy.lock to be available").
From the command-line, it also has:
* a [launcher](#launch), able to launch apps distributed via Maven / Ivy repositories,

View File

@ -31,7 +31,8 @@ and is able to fetch metadata and artifacts from both Maven and Ivy repositories
Compared to the default dependency resolution of SBT, it adds:
* downloading of artifacts in parallel,
* better offline mode - one can safely work with snapshot dependencies if these are in cache (SBT tends to try to fail if it cannot check for updates),
* non obfuscated cache (cache structure just mimicks the URL it caches).
* non obfuscated cache (cache structure just mimicks the URL it caches),
* no global lock (no "Waiting for ~/.ivy2/.sbt.ivy.lock to be available").
From the command-line, it also has:
* a [launcher](#launch), able to launch apps distributed via Maven / Ivy repositories,