Commit Graph

569 Commits

Author SHA1 Message Date
Alexandre Archambault 8965df939b Add FAQ entry about manual launching with java
Fixes https://github.com/alexarchambault/coursier/issues/176
2016-02-28 17:10:51 +01:00
Alexandre Archambault b9895ce801 Add support for packaging attribute in POMs 2016-02-28 17:00:12 +01:00
Alexandre Archambault cc36407cc2 Use the output of coursier resolve in test fixtures
Doesn't test artifact type anymore, but these are not the main objective here
2016-02-28 16:36:58 +01:00
Alexandre Archambault 506cb53f3f Merge pull request #179 from alexarchambault/topic/remove-standalone-launcher
Remove standalone launcher from the sources
2016-02-27 15:52:58 +01:00
Alexandre Archambault 9dfcc89b68 Remove standalone launcher from the repository 2016-02-27 14:20:45 +01:00
Alexandre Archambault dc02031081 Fix standalone bootstrap generation 2016-02-27 14:17:44 +01:00
Alexandre Archambault 92937cb6ec Updates for 1.0.0-M9 2016-02-25 13:19:39 +01:00
Alexandre Archambault 0de29e62e4 Set version to 1.0.0-SNAPSHOT 2016-02-25 10:22:50 +01:00
Alexandre Archambault 8d1f5373af Set version to 1.0.0-M9 2016-02-25 10:18:32 +01:00
Alexandre Archambault c8fcf57b90 Merge pull request #174 from alexarchambault/topic/cache-missing-files
Have the cache keep track of missing files
2016-02-25 09:46:14 +01:00
Alexandre Archambault a8c8c83645 Merge pull request #172 from alexarchambault/topic/plugin-force-scala-artifact-version
Force versions of the usual org.scala-lang modules, from the SBT plugin
2016-02-25 00:40:59 +01:00
Alexandre Archambault 1731fca26c Have the cache keep track of missing files 2016-02-24 23:50:04 +01:00
Alexandre Archambault ace156e2de Merge pull request #173 from alexarchambault/topic/better-launcher
Better launcher
2016-02-24 23:44:56 +01:00
Alexandre Archambault c4a1726f3a Have the tiny launcher download only the proguarded (standalone) JAR of coursier-cli 2016-02-24 20:42:14 +01:00
Alexandre Archambault 52675384c7 Fix minor glitch in bootstrap download messages 2016-02-24 20:42:13 +01:00
Alexandre Archambault 0b38b0bc00 Allow to specify Java options in the generated bootstraps 2016-02-24 20:42:13 +01:00
Alexandre Archambault 60f4d3b61d Have the bootstrap command take into account the --classifier arguments 2016-02-24 20:42:13 +01:00
Alexandre Archambault e07cb05194 Update coursier SBT plugin 2016-02-24 20:42:12 +01:00
Alexandre Archambault 10400ec8c5 Force versions of the usual org.scala-lang modules 2016-02-24 20:22:29 +01:00
Alexandre Archambault 03f6359cf7 Add development tips section in README 2016-02-24 20:22:28 +01:00
Alexandre Archambault 06d0e4fac3 A bit more reliable Scala JS file reading in tests
Was sometimes getting undefined error locally
2016-02-24 20:22:27 +01:00
Alexandre Archambault 5f74d7982b Merge pull request #167 from alexarchambault/topic/override-build-repos
Take into account sbt.override.build.repos flag, escape special characters in path
2016-02-23 21:48:13 +01:00
Alexandre Archambault 79b4be89bc Escape characters in cache path
Fixes https://github.com/alexarchambault/coursier/issues/133
2016-02-23 20:19:18 +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 ec37fedfa3 Merge pull request #161 from alexarchambault/topic/cli-errors
Add --force option to the fetch CLI command, better error reporting
2016-02-23 16:11:18 +01:00
Alexandre Archambault e579c9c344 Merge pull request #162 from alexarchambault/topic/faq
Add FAQ point about COURSIER_NO_TERM
2016-02-23 16:11:10 +01:00
Alexandre Archambault 0fd6478730 Merge pull request #163 from alexarchambault/topic/no-term-env
Allow to disable progress bar display with the COURSIER_NO_TERM
2016-02-23 16:10:58 +01:00
Alexandre Archambault 70e2f978a4 Merge pull request #159 from alexarchambault/topic/version-interval-fix
Really test version intervals...
2016-02-22 23:49:08 +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 79b464754f Add FAQ point about COURSIER_NO_TERM 2016-02-22 22:59:14 +01:00
Alexandre Archambault dade161d3e Add --force option to the fetch CLI command, better error reporting 2016-02-22 22:58:01 +01:00
Alexandre Archambault 2ee0253d13 Merge pull request #158 from easel/package-json
Extract npm dependencies to package.json file and use it for travis
2016-02-22 22:21:57 +01:00
Alexandre Archambault 4676d65031 Really test version intervals...
...and fix the tests
2016-02-22 22:18:52 +01:00
Erik LaBianca 38bd8a1067 Extract npm dependencies to package.json file and use it for travis
- Allows developers to init simply using `npm install`
2016-02-22 15:19:50 -05:00
Alexandre Archambault f12fcacc51 Merge pull request #156 from easel/idea-gitignore
Add .idea folder to .gitignore
2016-02-22 20:20:38 +01:00
Alexandre Archambault 58b2752c6c Merge pull request #155 from easel/maven-local
Add support for maven file: repositories
2016-02-22 20:19:30 +01:00
Erik LaBianca 915903faf5 Add support for maven file: repositories 2016-02-22 11:56:15 -05:00
Erik LaBianca 2a53a2a0d3 Add .idea folder to .gitignore 2016-02-22 11:49:24 -05:00
Alexandre Archambault bf4a9bf2ea Merge pull request #153 from alexarchambault/topic/clean
Remove unnecessary logback config file in CLI project
2016-02-21 23:54:18 +01:00
Alexandre Archambault 751ff51032 Merge pull request #152 from alexarchambault/topic/update-readme
Update readme
2016-02-21 22:50:39 +01:00
Alexandre Archambault 437b667e9b Merge pull request #151 from alexarchambault/topic/faq
Add FAQ section in README
2016-02-21 22:25:56 +01:00
Alexandre Archambault 67bc0fcffa Remove unnecessary logback config file in CLI project 2016-02-21 20:24:27 +01:00
Alexandre Archambault 9548f28693 Fix typo in README 2016-02-21 20:22:55 +01:00
Alexandre Archambault 989c52055b Make the printed ivy2Local in README look more anonymous 2016-02-21 20:22:48 +01:00
Alexandre Archambault 1a443b3758 Really add line about Apache Toree 2016-02-21 20:22:48 +01:00
Alexandre Archambault ad43b73883 Really update Jupyter Scala mention 2016-02-21 20:22:48 +01:00
Alexandre Archambault 3c32ec4c2f Add FAQ section in README 2016-02-21 20:21:24 +01:00
Alexandre Archambault 5e9193170c Add release notes for 1.0.0-M{7,8} 2016-02-21 20:20:11 +01:00
Alexandre Archambault e4eeba5912 Update README 2016-02-20 18:47:06 +01:00
Alexandre Archambault 32aa58498e Update standalone launcher 2016-02-20 18:35:54 +01:00