Commit Graph
70 Commits
Author SHA1 Message Date
Alexandre Archambault 56bed6ee61 Ensure sbt test is fine in both 2.10 and 2.11, and bootstrap module is
not published

For the release to go smoothly
2015-12-30 23:56:55 +01:00
Alexandre Archambault 2463e41df1 Fix up (...) 2015-12-30 01:34:32 +01:00
Alexandre Archambault 139525355a Better terminal output 2015-12-30 01:34:32 +01:00
Alexandre Archambault aa9a43b483 More for extra attributes from POM (#2) 2015-12-30 01:34:32 +01:00
Alexandre Archambault 0d5ac09aa1 More for extra attributes from POM 2015-12-30 01:34:32 +01:00
Alexandre Archambault 9c9c6de14e Remove debug message 2015-12-30 01:34:32 +01:00
Alexandre Archambault ebd97b8340 Move TermDisplay to cache module, remove dependency of plugin towards cli 2015-12-30 01:34:32 +01:00
Alexandre Archambault aa2a909fbd ResolutionClassLoader (WIP) 2015-12-30 01:34:32 +01:00
Alexandre Archambault 9f26ed05b2 Rename Files to Cache 2015-12-30 01:34:32 +01:00
Alexandre Archambault 064f495114 Remove Files case class 2015-12-30 01:34:32 +01:00
Alexandre Archambault 5d32358c2e Better handling of attributes from SBT 2015-12-30 01:34:32 +01:00
Alexandre Archambault f52e2ecca4 Add support for attributes 2015-12-30 01:34:32 +01:00
Alexandre Archambault 22b41317d2 Ensure sources and javadoc fetching are fine 2015-12-30 01:34:32 +01:00
Alexandre Archambault d5d28a0615 Fixup (rework CLI) 2015-12-30 01:34:32 +01:00
Alexandre Archambault fab18dd99b Remove former classpath command (now fetch -p), get sources / javadoc via classifiers 2015-12-30 01:34:32 +01:00
Alexandre Archambault ca17da83f1 Fallback output 2015-12-30 01:34:32 +01:00
Alexandre Archambault 6e2905d905 Fix in TermDisplay 2015-12-30 01:34:32 +01:00
Alexandre Archambault 842de76ca6 Add SBT plugin 2015-12-30 01:34:32 +01:00
Alexandre Archambault 46732be5c9 Changes in cache policy 2015-12-30 01:34:32 +01:00
Alexandre Archambault cf8979f285 Remove deprecated command 2015-12-30 01:34:32 +01:00
Alexandre Archambault f84e9ad938 Changes in files 2015-12-30 01:34:32 +01:00
Alexandre Archambault 3b4b773c64 Add Ivy repository support 2015-12-30 01:34:32 +01:00
Alexandre Archambault e4dfc862b4 Replace scopes with Ivy-like configuration 2015-12-30 01:34:32 +01:00
Alexandre Archambault 9eecd8dc1a Don't print not useful "downloaded 0 bytes" messages 2015-12-03 09:52:17 +01:00
Alexandre Archambault 6ee6d813c5 Add back fetch-local-first logic 2015-11-30 00:00:55 +01:00
Alexandre Archambault a2bcc355b7 Allow to force module versions from CLI
Fixes https://github.com/alexarchambault/coursier/issues/17
2015-11-29 21:26:28 +01:00
Alexandre Archambault ae66d22024 Download progress in terminal 2015-11-29 20:35:21 +01:00
Alexandre Archambault adef5a2438 Minor changes in logging 2015-11-29 20:35:21 +01:00
Alexandre Archambault e20b93326d Move things around
- core doesn't depend anymore on scalaz-concurrent, only on scalaz-core
- metadata and JARs downloading now unified (merged with the latter)
- ...
2015-11-29 20:35:21 +01:00
Alexandre Archambault 8bb9521199 Better help messages 2015-11-24 21:11:27 +01:00
Alexandre Archambault 4b55618bdb Allow to specify Maven repository with their base URL with the -r option 2015-11-23 23:47:40 +01:00
Alexandre Archambault a0efbc539f Slightly better help message 2015-11-23 23:18:07 +01:00
Alexandre Archambault 700bf84296 Add fetchLocalFirst, fix in the way local repo are handled 2015-11-23 22:55:30 +01:00
Alexandre Archambault 779d813ce3 Allow to set cache location with CLI options, or look at COURSIER_CACHE env. var., allow to set env. var. in generated bootstraps 2015-11-23 01:07:47 +01:00
Alexandre Archambault 2f5e731378 launch command should be fine 2015-11-22 23:50:33 +01:00
Alexandre Archambault a6091c3df1 Add bootstrap app 2015-11-21 14:23:08 +01:00
Alexandre Archambault b5529679cf Update to last case-app 2015-11-21 14:23:07 +01:00
Alexandre Archambault 09d58e9bd7 Switch to case-app 1.0.0-SNAPSHOT (for commands) 2015-11-21 14:23:07 +01:00
Alexandre Archambault f86238ec3e Add help messages to CLI tool, various minor enhancements 2015-07-07 20:43:12 +02:00
Alexandre Archambault 8c037d9ae7 Remove wrongly purposed --scope option
Allow specifying scope (or configuration) for each dependency should be
added instead.
2015-07-07 20:43:11 +02:00
Alexandre Archambault f45c2b0aaa Better error printing 2015-07-07 14:21:27 +02:00
Alexandre Archambault 72d29f5223 Message when initializing cache 2015-07-07 14:21:27 +02:00
Alexandre Archambault a1be48eeac Fix 2015-07-07 14:21:27 +02:00
Alexandre Archambault 38f6eda609 Changes in files API, checksum verifying 2015-07-05 15:47:49 +02:00
Alexandre Archambault 8d98eca154 Safety check 2015-07-05 15:41:37 +02:00
Alexandre Archambault c061717521 Printing artifact count 2015-07-04 16:19:45 +02:00
Alexandre Archambault 4be4b0f381 Quiet option 2015-07-04 16:19:44 +02:00
Alexandre Archambault 9ccf972f8a Force download option 2015-07-04 16:19:43 +02:00
Alexandre Archambault 77fc66aae8 Configurable concurrent download count (default: 6) 2015-07-04 16:19:43 +02:00
Alexandre Archambault be3fa1b94f Better repository management 2015-07-04 16:19:40 +02:00