Commit Graph

1361 Commits

Author SHA1 Message Date
Alexandre Archambault f4dc1044e3
Add non regression test 2016-07-03 16:32:57 +02:00
Alexandre Archambault bdbc8e6dd9 Merge pull request #290 from alexarchambault/topic/develop
Set default artifact type to JAR from sbt plugin
2016-07-02 17:01:35 +02:00
Alexandre Archambault cb1dd7ea52 Merge pull request #289 from alexarchambault/topic/internals
Add early internals document draft
2016-07-02 17:01:20 +02:00
Alexandre Archambault b61286004d
Add early internals document draft 2016-06-28 00:10:37 +02:00
Alexandre Archambault 75c86690d5
Set default artifact type to JAR from sbt plugin
Even if the packaging attribute of the dependency says the packaging is different (e.g. pom), this makes the plugin try to get a JAR anyway.

Fixes https://github.com/alexarchambault/coursier/issues/278
2016-06-27 23:53:29 +02:00
Alexandre Archambault 462c16d6db Merge pull request #281 from alexarchambault/topic/updates
Update dependencies
2016-06-20 16:24:25 +02:00
Alexandre Archambault ea59ff6974
Update dependencies 2016-06-19 18:11:20 +02:00
Alexandre Archambault 05dffeb7b5
Add release notes for 1.0.0-M12-1 2016-06-01 23:30:55 +02:00
Alexandre Archambault e1d6f352f5 Merge pull request #270 from alexarchambault/topic/plugin-errors
Better plugin errors
2016-05-31 19:44:42 +02:00
Alexandre Archambault 5720001974 Merge pull request #269 from alexarchambault/topic/ttl
Add support for TTL (cache)
2016-05-31 19:44:23 +02:00
Alexandre Archambault 387d88d717
Accept non-finite durations as TTL 2016-05-31 15:18:33 +02:00
Alexandre Archambault b76fbf363a
Add support for TTL 2016-05-31 15:18:29 +02:00
Alexandre Archambault 6e27a7fc6e
Slightly better error messages from plugin 2016-05-31 13:43:30 +02:00
Alexandre Archambault e688828f7a
Keep resolution error infos in ad hoc ADT 2016-05-31 13:43:27 +02:00
Alexandre Archambault 201ef286db
Stacktrace-less exceptions in SBT plugin 2016-05-31 13:43:23 +02:00
Alexandre Archambault 6aad1c6310
Add scaladoc 2016-05-31 13:41:56 +02:00
Alexandre Archambault bde69ecb10 Merge pull request #267 from alexarchambault/topic/scala-org
Take into account scalaOrganization setting
2016-05-30 20:42:50 +02:00
Alexandre Archambault d6155160e7
Take into account scalaOrganization setting 2016-05-30 13:15:02 +02:00
Alexandre Archambault 4b2651be3f Merge pull request #264 from alexarchambault/topic/better-intransitive
Better --intransitive option from the command-line tools
2016-05-30 10:27:26 +02:00
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