Commit Graph

1792 Commits

Author SHA1 Message Date
Alexandre Archambault 0a38127d2f Merge pull request #265 from alexarchambault/topic/ivy-version-intervals
Add support for version intervals for Ivy repositories
2016-05-30 10:27:18 +02:00
Alexandre Archambault 1553d0b9d9
Add support for Ivy version ranges 2016-05-30 00:40:41 +02:00
Alexandre Archambault 24235c12cc
Change module name of root project not to confuse sbt-coursier 2016-05-29 23:45:55 +02:00
Alexandre Archambault baa9c17d20
Better --intransitive option from the command-line tools
--intransitive accepts a dependency as argument, and adds it as
intransitive dependency - other dependencies are left untouched
2016-05-29 23:42:02 +02:00
Alexandre Archambault c5fb28f982 Merge pull request #262 from alexarchambault/topic/use-dependency-version
Keep version actually used to fetch metadata, to get artifacts
2016-05-29 12:59:59 +02:00
Alexandre Archambault 2ddfe5f3b2 Keep version actually used to fetch metadata, to get artifacts
In case the one given by the metadata is wrong
2016-05-28 17:15:05 +02:00
Alexandre Archambault 3ffba8b974 Merge pull request #257 from alexarchambault/topic/updates
Various things for 1.0.0-M12-1
2016-05-23 09:54:22 +02:00
Alexandre Archambault 527b1eca96
Disable progress bar by default if CI or Emacs detected 2016-05-22 21:59:05 +02:00
Alexandre Archambault 3045ebbfd0
Get credentials from SBT key `credentials` if available 2016-05-22 21:59:02 +02:00
Alexandre Archambault 84d75655fa
Add a few words about credentials in README 2016-05-22 21:58:37 +02:00
Alexandre Archambault 7c1813c2cc
Bump module versions in README, fix typos, add back lost chunks 2016-05-22 21:56:01 +02:00
Alexandre Archambault 0d79cf0ed1
Update contributor list 2016-05-19 00:35:18 +02:00
Alexandre Archambault 1deec8ea91
Update release notes 2016-05-19 00:21:13 +02:00
Alexandre Archambault 777aeff4bd
Fix typo 2016-05-19 00:18:47 +02:00
Alexandre Archambault c7086bc6b0
Update release notes for 1.0.0-M12 2016-05-19 00:17:23 +02:00
Alexandre Archambault 0cf26de004
Update launcher for 1.0.0-M12 2016-05-19 00:10:35 +02:00
Alexandre Archambault 4e3be5e833
Update README for 1.0.0-M12 2016-05-19 00:10:33 +02:00
Alexandre Archambault fecbe41e16
Add release notes for 1.0.0-M12 2016-05-19 00:10:29 +02:00
Alexandre Archambault c2c2488271 Merge pull request #252 from RomanIakovlev/readme_launch_help
Highlighted how to pass JVM arguments to the artifact being launched …
2016-05-18 13:29:54 +02:00
Roman Iakovlev dc395c5c55 Highlighted how to pass JVM arguments to the artifact being launched in README.md
Fixes https://github.com/alexarchambault/coursier/issues/251
2016-05-18 11:51:58 +02:00
Alexandre Archambault bb77e85f1e Merge pull request #247 from alexarchambault/topic/properties-special-characters
Don't restrict Maven property name characters too much
2016-05-10 16:00:13 +02:00
Alexandre Archambault b7ba8d98d5
Don't restrict Maven property name characters too much
Fixes https://github.com/alexarchambault/coursier/issues/246
2016-05-10 14:20:16 +02:00
Alexandre Archambault 95d6d9e14e Merge pull request #243 from alexarchambault/topic/develop
Latest developments
2016-05-10 14:14:51 +02:00
Alexandre Archambault e9c19369b6
Don't use force download mode in plugin tests on Windows
It tries to replace JARs that are in use, and fails as these are locked
on Windows
2016-05-10 12:18:19 +02:00
Alexandre Archambault 9b66d5a2ec
Print addresses the server listens on 2016-05-09 19:25:49 +02:00
Alexandre Archambault 774a599bdd
Switch back to the last Java 7 compatible http4s version 2016-05-09 19:25:43 +02:00
Alexandre Archambault 6f404764f7
Add mima filters 2016-05-09 19:25:40 +02:00
Alexandre Archambault 4cff20b205
Move CI related scripts to .ci directory 2016-05-09 19:25:37 +02:00
Alexandre Archambault c3ed92362a
listFiles can return null 2016-05-09 19:25:34 +02:00
Alexandre Archambault 363e8687e2
Force downloading things from SBT scripted tests
So that things aren't just picked from cache and are really tested

Ideally, the scripted tests should use a different cache directory, wiped after each test, but that seems like too much of a hassle to setup
2016-05-09 19:25:31 +02:00
Alexandre Archambault 0ccabd0820
Add support for HTTP authentication in SBT plugin 2016-05-09 19:25:28 +02:00
Alexandre Archambault 265d79b156
Cleaning 2016-05-09 19:25:26 +02:00
Alexandre Archambault 16225d98e6
Add tasks / settings allowing using other SBT sources as a repository 2016-05-09 19:25:23 +02:00
Alexandre Archambault 0f914cf781
Small fix in error messages 2016-05-09 19:25:21 +02:00
Alexandre Archambault b917d43c41
Fixes in SimpleHttpServer 2016-05-09 19:25:18 +02:00
Alexandre Archambault f68ed5d42b
Add support for HTTP authentication 2016-05-09 19:25:15 +02:00
Alexandre Archambault 00484df435
Exception.getMessage can be null 2016-05-06 13:53:53 +02:00
Alexandre Archambault 3834a9519c
Allow to print dependency trees 2016-05-06 13:53:49 +02:00
Alexandre Archambault 4b0589dc90 Merge pull request #241 from alexarchambault/topic/develop
Various things
2016-04-29 12:26:33 +02:00
Alexandre Archambault f24a71f2fc
Add missing Ivy attributes in dependencies of published artifacts
Fixes https://github.com/alexarchambault/coursier/issues/237
2016-04-28 23:17:11 +02:00
Alexandre Archambault 869d57c2f4
Tidying 2016-04-28 23:17:07 +02:00
Alexandre Archambault bf919d4fc1
Nasty bug
Occurring randomly :-| - hard to unit test...
2016-04-28 21:19:41 +02:00
Alexandre Archambault 5b1165b79e
Add notes about maven model 2016-04-28 21:19:37 +02:00
Alexandre Archambault 9072dacb0e Fix message 2016-04-27 01:12:33 +02:00
Alexandre Archambault 05c248df82 Safety check 2016-04-27 01:12:14 +02:00
Alexandre Archambault 641af2af91 Add simple-http-server project 2016-04-27 00:40:54 +02:00
Alexandre Archambault 44114ff0ed
Add release notes for 1.0.0-M11-1 2016-04-26 23:37:46 +02:00
Alexandre Archambault 6010d1bfbf Merge pull request #238 from jalaziz/cross-versioned-excludes
Add cross version support with excludeDependencies
2016-04-24 19:07:58 +02:00
Alexandre Archambault 8be490ca99 Update launcher 2016-04-22 16:54:34 +02:00
Alexandre Archambault 926cd12937 Set version to 1.0.0-SNAPSHOT 2016-04-22 16:50:50 +02:00