Commit Graph

2022 Commits

Author SHA1 Message Date
Alexandre Archambault 15d2afb264 Merge pull request #227 from alexarchambault/topic/plugin-minor-fix
Small fix
2016-04-16 18:15:58 +02:00
Alexandre Archambault 5dac114ba4
Small fix
Should make updateSbtClassifiers not fail if some javadoc or source JARs
cannot be found.
2016-04-16 15:16:52 +02:00
Alexandre Archambault 258a4a5ce2 Merge pull request #225 from alexarchambault/topic/fix-bootstrap
Put back bootstrap.jar in proguarded launcher
2016-04-13 09:51:25 +02:00
Alexandre Archambault 6ac53946ab
Put back bootstrap.jar in proguarded launcher 2016-04-13 00:34:26 +02:00
Alexandre Archambault 14682fc703
Cleaning 2016-04-13 00:34:19 +02:00
Alexandre Archambault 903a4b119e Merge pull request #224 from alexarchambault/topic/updates
Various updates (README mostly)
2016-04-11 12:18:45 +02:00
Alexandre Archambault 96ba7c72d6
Switch to case-app 1.0.0-RC1 2016-04-11 01:53:00 +02:00
Alexandre Archambault 28ec3bac03
Add Scala doc badge to README 2016-04-11 01:49:15 +02:00
Alexandre Archambault f27f67c3de
Add @paulp's demo to README 2016-04-11 01:49:08 +02:00
Alexandre Archambault 756f2740f7
Minor clarification of README sections 2016-04-11 01:49:06 +02:00
Alexandre Archambault b8031a7b6e
Add note about @paulp's homebrew formula 2016-04-11 01:49:03 +02:00
Alexandre Archambault eb0b243bc4
Update contributor list 2016-04-11 01:49:00 +02:00
Alexandre Archambault f51b437ef6 Merge pull request #223 from alexarchambault/topic/no-duplicated-downloads
Ensure returned resolution artifacts are unique
2016-04-10 16:55:32 +02:00
Alexandre Archambault 8de5425e4d
Ensure returned resolution artifacts are unique
Should hopefully fix issues sometimes seen on CIs using sbt-coursier
2016-04-09 17:31:57 +02:00
Alexandre Archambault c09db18afd Merge pull request #221 from alexarchambault/topic/sbt-maven-compatible-repo
Take into account isMavenCompatible flag in SBT pattern based repositories
2016-04-09 14:34:31 +02:00
Alexandre Archambault d0e845cd6f Merge pull request #222 from alexarchambault/topic/disable-module-check
Remove now unnecessary checks
2016-04-09 14:34:24 +02:00
Alexandre Archambault da78c523fb
Remove now unnecessary checks 2016-04-09 01:34:08 +02:00
Alexandre Archambault ba58d2a374
Take into account isMavenCompatible flag in SBT pattern based repositories 2016-04-09 01:12:09 +02:00
Alexandre Archambault c22ba8ba6a Merge pull request #218 from alexarchambault/topic/ci-scripted
Enable SBT scripted tests on CI
2016-04-07 09:18:53 +02:00
Alexandre Archambault e195a96a7f
Enable SBT scripted tests on CI 2016-04-06 22:55:04 +02:00
Alexandre Archambault a21ef67c8b Merge pull request #217 from alexarchambault/topic/update-changing
Fix in update changing mode, add benchmark option, use SBT logging, ...
2016-04-06 22:28:49 +02:00
Alexandre Archambault 1e18b320dd Switch to sbt-coursier 1.0.0-M10 2016-04-05 17:08:51 +02:00
Alexandre Archambault 3ff49d92fa Switch to scala JS 0.6.8 2016-04-05 17:07:20 +02:00
Alexandre Archambault 96275df945 Small refactoring 2016-04-05 17:03:11 +02:00
Alexandre Archambault f73dac68fd Try not flooding the terminal with ignored errors...
...in updateClassifiers.

Also fail if an artifact cannot be fetched in update. A bit risky - might unveil locked errors, that ought to be circumvented.
2016-04-05 17:03:03 +02:00
Alexandre Archambault d899303d2e Use SBT logging to print things 2016-04-05 16:58:21 +02:00
Alexandre Archambault 105236393d Add benchmark option 2016-04-05 16:58:18 +02:00
Alexandre Archambault 055ff77e5b Cleaning 2016-04-05 16:53:19 +02:00
Alexandre Archambault 4e74fe360f Add missing \n 2016-04-05 16:24:38 +02:00
Alexandre Archambault 1ac8a782a9 Check snapshot versioning metadata for snapshot dependencies only 2016-04-05 16:24:38 +02:00
Alexandre Archambault 62720f94e0 Add update-local and update-local-changing modes 2016-04-05 16:24:37 +02:00
Alexandre Archambault 05d8224c49 Add -P option to force display of progress bars...
...else also look at the COURSIER_PROGRESS env var to force enabling or disabling them.

This deprecates the COURSIER_NO_TERM env var.
2016-04-05 16:24:37 +02:00
Alexandre Archambault 0f0c245c77 Merge pull request #213 from alexarchambault/topic/fix-version-property
Basic property substitution in version in POMs
2016-04-01 12:40:41 +02:00
Alexandre Archambault e1cf438feb Merge pull request #212 from alexarchambault/topic/sbt-scripted-tests
Add support for fallback artifact (from) and excludeDependencies in SBT plugin
2016-04-01 12:40:24 +02:00
Alexandre Archambault cc0ece263d Add non regression test 2016-04-01 02:27:59 +02:00
Alexandre Archambault f167b36c1c Give the .jar extension to maven-plugin packages 2016-04-01 01:57:31 +02:00
Alexandre Archambault cffbe747ed Minor refactoring 2016-04-01 01:56:20 +02:00
Alexandre Archambault 92fa4f38db Cleaning 2016-04-01 01:40:08 +02:00
Alexandre Archambault d71df26087 Basic property substitution in version in POMs 2016-04-01 01:39:19 +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 4b3659bd0f Cleaning 2016-04-01 01:11:48 +02:00
Alexandre Archambault e634e108cf Add basic scripted test 2016-04-01 01:11:48 +02:00
Alexandre Archambault caf69da816 Merge pull request #205 from alexarchambault/topic/find-main-class
Better lookup of main class by launch command
2016-03-23 17:50:40 +01:00
Alexandre Archambault 20ad158437 Better lookup of main class by launch command
- have it only inspect the manifests of the loaded JARs, not those of coursier itself in particular
- print the found main classes if verbosity level >= 2
2016-03-22 23:53:15 +01:00
Alexandre Archambault fd4d1bd1dc Merge pull request #202 from soc/topic/sbt-coursier
Rename coursier-sbt-plugin to sbt-coursier
2016-03-20 15:40:09 +01:00
Alexandre Archambault 7006d047f0 Merge pull request #203 from alexarchambault/topic/fix-tests-after-org-change
Fix IvyLocalTests after organization change
2016-03-20 15:39:13 +01:00
Alexandre Archambault b36de08ccb Fix IvyLocalTests and MiMa checks after organization change 2016-03-20 14:25:28 +01:00
Simon Ochsenreither 3c427aec43 Rename coursier-sbt-plugin to sbt-coursier 2016-03-19 15:17:45 +01:00
Alexandre Archambault 74af8296d5 Change organization to io.get-coursier 2016-03-17 17:28:18 +01:00