Alexandre Archambault
d899303d2e
Use SBT logging to print things
2016-04-05 16:58:21 +02:00
Alexandre Archambault
573a54cd8b
Add support for excludeDependencies in SBT plugin
2016-04-01 01:11:48 +02:00
Alexandre Archambault
3367f49058
Add support for fallback artifact in SBT plugin
2016-04-01 01:11:48 +02:00
Alexandre Archambault
2fbe57da7a
Add support for dependencyOverrides in SBT plugin
2016-03-14 16:20:47 +01:00
Alexandre Archambault
3cc88c5606
Adjust verbosity and cache policies settings in SBT plugin
...
- Set default verbosity level to 0
- Use the same cache policies as the CLI app everywhere (local-only, then fetch-missing)
- Allow to manually override these via the environment (COURSIER_VERBOSITY and COURSIER_MODE), or Java properties (coursier.verbosity and coursier.mode)
2016-03-14 16:20:21 +01:00
Alexandre Archambault
9cc95c0433
Add project metadata and repositories in resolution cache in SBT plugin
...
Fixes some publish or publishSigned commands failing, for some
modules having the same dependencies as others (thus previously the same
cache key, so no resolution was done and no Ivy file was generated,
which made the publish or publishSigned command complains).
2016-03-06 19:39:15 +01:00
Alexandre Archambault
a7a34320df
Cache now only designated by a simple directory
2016-03-06 14:45:57 +01:00
Alexandre Archambault
10400ec8c5
Force versions of the usual org.scala-lang modules
2016-02-24 20:22:29 +01:00
Alexandre Archambault
1f1067b483
Add support for sbt.override.build.repos flag
...
Fixes https://github.com/alexarchambault/coursier/issues/134
2016-02-23 20:15:24 +01:00
Alexandre Archambault
117e469ed9
Allow to disable progress bar display with the COURSIER_NO_TERM
...
environment variable by default
COURSIER_NO_TERM just has to be non-empty.
2016-02-22 23:01:22 +01:00
Alexandre Archambault
6830bc14cf
Handle extra SBT artifacts
2016-02-20 15:56:33 +01:00
Alexandre Archambault
061dbe2f91
Slightly different indentation in output
2016-01-26 18:14:20 +01:00
Alexandre Archambault
f655b432e0
Minor fix
2016-01-13 13:32:46 +01:00
Alexandre Archambault
9a61d7bbbf
Better output of plugin
2016-01-10 21:32:28 +01:00
Alexandre Archambault
29e3cf8f81
Rename apply method of Fetch to from
2016-01-03 16:39:30 +01:00
Alexandre Archambault
ca74648082
Fix minor glitch
2016-01-02 15:51:35 +01:00
Alexandre Archambault
c37018b622
Fix for ~/.ivy2/local from plugin on Windows
2016-01-02 14:06:16 +01:00
Alexandre Archambault
c481217f77
Have the plugin module be compiled by default too
...
It shouldn't be viewed as a plugin, nor should it be published, in 2.11.
2015-12-31 01:30:00 +01:00