Commit Graph

49 Commits

Author SHA1 Message Date
Alexandre Archambault 4e5971129b Take into account classifiers specified via attributes in Ivy repos 2017-07-18 10:11:37 +02:00
Alexandre Archambault 19493a512a Use non soon-to-be-deprecated-or-reworked method 2017-07-17 17:12:30 +02:00
Alexandre Archambault 2cd1a3b0b1 Clean stuff 2017-07-15 17:19:06 +02:00
Alexandre Archambault 334f784895 Dummy fix 2017-06-24 16:07:58 +02:00
Alexandre Archambault a91b955a9f Give slow resolvers a lower priority 2017-06-24 15:43:37 +02:00
Alexandre Archambault bb4afb0de4 Move non-project specific settings to buildSettings 2017-06-20 20:50:43 +02:00
Alexandre Archambault 635d94f74e Fix updateSbtClassifier
Regression in 1.0.0-RC4
2017-06-20 13:26:25 +02:00
Alexandre Archambault 3c30c9762c Merge pull request #581 from coursier/develop
Latest developments
2017-06-16 16:33:51 +02:00
Alexandre Archambault fb5dbdfbfb Merge pull request #560 from coursier/topic/sbt-1.0.0-M6
Switch to sbt 1.0.0-M6 (WIP)
2017-06-16 16:08:44 +02:00
Alexandre Archambault f83a377bb5 Fix scripted tests for sbt 1.0.0-M6 2017-06-16 14:29:55 +02:00
Alexandre Archambault 4796c0962d Don't force downloading stuff in scripted tests
In the hope of speeding them up a bit on CI
2017-06-16 14:27:50 +02:00
Alexandre Archambault 310364ed93 Don't include optional artifacts by default
Except for classifiers artifacts, where they were already assumed to be
optional
2017-06-13 14:24:48 +02:00
Alexandre Archambault f6493a2d5a Merge pull request #571 from coursier/topic/sbt-pgp-coursier
Add sbt-pgp-coursier plugin
2017-06-08 13:04:24 +02:00
Mirco Dotta b428c06e26 Test resolution for distinct configurations is run separately.
The original issue was likely resolved in 8002910a43
2017-06-07 17:18:17 +02:00
Alexandre Archambault 6d08ced648 Switch to sbt 1.0.0-M6 2017-06-07 14:34:45 +02:00
Alexandre Archambault 995e8c70fd Add sbt-pgp-coursier plugin 2017-06-07 14:24:21 +02:00
Alexandre Archambault 61eec1ef90 Dummy refacto / fix 2017-06-06 18:01:29 +02:00
Alexandre Archambault 4cdd95b37e Really close http connections 2017-06-06 18:01:28 +02:00
Alexandre Archambault f5ef7d8179 Add non-reg tests for Nexus proxies
Ensure everything work fine again with those (things went bad at
1.0.0-RC1, because of the use of directory listings, that may not be
exhaustive in proxies - or may be just empty, e.g. currently with nexus 3)
2017-05-31 21:19:27 +02:00
Alexandre Archambault 8002910a43 Run separate resolutions for distinct Ivy configurations subgraphs 2017-05-31 15:24:37 +02:00
Alexandre Archambault f23fbda1ba Address more warnings 2017-05-16 17:06:35 +02:00
Alexandre Archambault 6e0c6c3515 Always use same Function1 instance for Resolution fields
Allows to use the resolution as cache key
2017-05-16 17:05:32 +02:00
Alexandre Archambault c4d3918792 Remove unused imports 2017-05-16 17:05:32 +02:00
Alexandre Archambault 334cc1b01a Address some compilation warnings 2017-05-16 17:05:32 +02:00
Alexandre Archambault 688e5342f1 Add more refined typelevel test
Fixes https://github.com/coursier/coursier/issues/536
2017-05-12 00:00:14 +02:00
Alexandre Archambault 86f06a14a8 Fix scripted tests in sbt 1.0 2017-05-04 14:34:00 +02:00
Alexandre Archambault 6b3c763874 Dummy refacto 2017-05-03 19:11:10 +02:00
Alexandre Archambault 1ad06cf407 Cross-compile plugins for sbt 1.0.0-M5 2017-05-03 19:11:10 +02:00
Alexandre Archambault 14fd1997aa Merge pull request #528 from coursier/fix/compilation-warnings
Fix compilation warnings
2017-05-03 10:11:22 +02:00
Alexandre Archambault 3b111fa1eb Fix compilation warnings 2017-05-03 00:44:45 +02:00
Alexandre Archambault bf34774e61 Take excludeDependencies into account in published things 2017-05-03 00:36:59 +02:00
Alexandre Archambault e6c28f02d6 Merge pull request #462 from coursier/topic/profiling
Profiling...
2017-04-24 23:10:00 +02:00
Alexandre Archambault 9d300fe3b3 Publish sources / javadoc under the right conf
Before that commit, sources / javadoc were put under the "compile"
config when running "publishLocal". This commit puts them under the
"sources" and "docs" configs.
2017-04-22 15:22:43 +02:00
Valentin Kasas f0d314d7f2 Use parent's projects resolution result as project cache 2017-04-22 14:20:59 +02:00
Alexandre Archambault 34ff7662db Naively cache created simple sbt structures 2017-04-22 14:20:57 +02:00
Alexandre Archambault 13da5e871f Don't leave POMs as artifacts in update reports
sbt-pack isn't too fine with those in particular
2017-04-21 16:26:49 +02:00
Alexandre Archambault f7020fd0ad Only warn on missing credential file 2017-04-21 15:11:39 +02:00
Alexandre Archambault 00443c3a46 Don't use Java >= 7 Exception constructor 2017-04-21 14:37:20 +02:00
Alexandre Archambault 261aebcfa2 Ensure unidoc generation works fine with sbt-coursier 2017-04-11 15:10:04 +02:00
Alexandre Archambault c176adca3c Enable sbt plugin hack in Maven repo paths by default 2017-04-03 00:19:51 +02:00
Jentsch 330134d5d9 Simplified handling of undefined settings
(Also avoiding null)
2017-03-23 21:07:50 +01:00
Jentsch a244509b67 Replaced structural types by actual classes 2017-03-23 21:07:50 +01:00
Jentsch 2acad5bcb2 Replaced console.err.println by sbt logger 2017-03-23 21:07:50 +01:00
Jentsch 65ff648bf5 Change default for use sbt credentials to true 2017-02-28 16:53:30 +01:00
Alexandre Archambault c131d6c856 No more "Unrecognized repository inter-project" from the sbt plugin 2017-02-27 15:54:57 +01:00
Alexandre Archambault 7914603f40 Remove deprecated comment 2017-02-27 15:54:57 +01:00
Alexandre Archambault 766ccbf5a9 Better handling of optional dependencies 2017-02-13 19:19:39 +01:00
Alexandre Archambault 6b89af3924 Better handling of artifacts from Maven repos
Doesn't seem to break things
2017-02-13 19:19:29 +01:00
Alexandre Archambault a6b9c845c2 Rename plugin module to sbt-coursier 2017-02-05 15:36:34 +01:00