Commit Graph

1361 Commits

Author SHA1 Message Date
Alexandre Archambault f9a2ca5329 Filter out info properties
Should be done by the extraDependencyAttributes method of Module in SBT, but it looks like it's buggy here (it doesn't take the "e:" prefix into account)
2015-12-30 01:34:32 +01:00
Alexandre Archambault 790104f06a Add support for extra attributes
TODO Add tests
2015-12-30 01:34:32 +01:00
Alexandre Archambault e9e034f817 Clean-up 2015-12-30 01:34:32 +01:00
Alexandre Archambault 2d61a9ea69 Remove deprecated comment 2015-12-30 01:34:32 +01:00
Alexandre Archambault d1e502b8f3 Move things around 2015-12-30 01:34:32 +01:00
Alexandre Archambault 9bab2d9178 Move thing around, add support for updateSbtClassifiers 2015-12-30 01:34:32 +01:00
Alexandre Archambault 24f8c430a4 Don't check MD5 sums 2015-12-30 01:34:32 +01:00
Alexandre Archambault 056f65b90f No artifacts for global-plugin repo 2015-12-30 01:34:32 +01:00
Alexandre Archambault a5930d0db8 Fix 2015-12-30 01:34:32 +01:00
Alexandre Archambault 4aed6f6c38 global-plugins - attempt #2 - success 2015-12-30 01:34:32 +01:00
Alexandre Archambault ef31d8344a global-plugins - attempt #1 2015-12-30 01:34:32 +01:00
Alexandre Archambault c42682ed60 Fixup (better handling of sbt attributes) 2015-12-30 01:34:32 +01:00
Alexandre Archambault 5d32358c2e Better handling of attributes from SBT 2015-12-30 01:34:32 +01:00
Alexandre Archambault d188cb0b1a Fixup (attributes support) 2015-12-30 01:34:32 +01:00
Alexandre Archambault 8af6efa708 Verbosity fix 2015-12-30 01:34:32 +01:00
Alexandre Archambault f52e2ecca4 Add support for attributes 2015-12-30 01:34:32 +01:00
Alexandre Archambault a3188a9b8a Override updateClassifiers task 2015-12-30 01:34:32 +01:00
Alexandre Archambault cdf60562f7 Fix 2015-12-30 01:34:32 +01:00
Alexandre Archambault 22b41317d2 Ensure sources and javadoc fetching are fine 2015-12-30 01:34:32 +01:00
Alexandre Archambault c3cc002be2 fixup (Better handling of classifiers) 2015-12-30 01:34:32 +01:00
Alexandre Archambault d5d28a0615 Fixup (rework CLI) 2015-12-30 01:34:32 +01:00
Alexandre Archambault 5c7b1f848d Add coursierVerbosity key 2015-12-30 01:34:32 +01:00
Alexandre Archambault fab18dd99b Remove former classpath command (now fetch -p), get sources / javadoc via classifiers 2015-12-30 01:34:32 +01:00
Alexandre Archambault 0e5118befe Better handling of classifiers 2015-12-30 01:34:32 +01:00
Alexandre Archambault eaa7874874 Move Maven specific method closer to its usage 2015-12-30 01:34:32 +01:00
Alexandre Archambault ca17da83f1 Fallback output 2015-12-30 01:34:32 +01:00
Alexandre Archambault 6e2905d905 Fix in TermDisplay 2015-12-30 01:34:32 +01:00
Alexandre Archambault 22f8626e61 Fix in build.sbt 2015-12-30 01:34:32 +01:00
Alexandre Archambault 799179e74d Add tut support 2015-12-30 01:34:32 +01:00
Alexandre Archambault 842de76ca6 Add SBT plugin 2015-12-30 01:34:32 +01:00
Alexandre Archambault 46732be5c9 Changes in cache policy 2015-12-30 01:34:32 +01:00
Alexandre Archambault 91d4ad0d18 Move scala js custom Task to coursier namespace 2015-12-30 01:34:32 +01:00
Alexandre Archambault e937d251b6 Remove deprecated class 2015-12-30 01:34:32 +01:00
Alexandre Archambault cf8979f285 Remove deprecated command 2015-12-30 01:34:32 +01:00
Alexandre Archambault f84e9ad938 Changes in files 2015-12-30 01:34:32 +01:00
Alexandre Archambault 3b4b773c64 Add Ivy repository support 2015-12-30 01:34:32 +01:00
Alexandre Archambault e4dfc862b4 Replace scopes with Ivy-like configuration 2015-12-30 01:34:32 +01:00
Alexandre Archambault d3cd484c15 Set version to 1.0.0-SNAPSHOT 2015-12-30 01:34:32 +01:00
Alexandre Archambault 657bc58354 Add Maven badge 2015-12-19 18:28:48 +01:00
Alexandre Archambault 4b8c0d8271 Merge pull request #90 from alexarchambault/topic/os-x-ci
Run CI on OS X
2015-12-19 18:26:50 +01:00
Alexandre Archambault 7258868eb6 Run CI on OS X
Based on PR #715 of sbt-native-packager
2015-12-19 15:26:46 +01:00
Alexandre Archambault ee1a53f991 Update launcher 2015-12-13 12:17:15 +00:00
Alexandre Archambault 67aaaf3736 Setting version to 0.1.0-SNAPSHOT 2015-12-12 20:05:53 +01:00
Alexandre Archambault 1bc3b7c8a3 Setting version to 0.1.0-M2 2015-12-12 20:04:54 +01:00
Alexandre Archambault 1b26c65b3c Fix developers in POM
SBT bug?

Getting something like
<developers> moduleInfo.developers.map<function1> </developers>
else
2015-12-12 20:00:24 +01:00
Alexandre Archambault 4710fafdac Temporary not publishing CLI before milestone release
As it depends on snapshot artifacts
2015-12-12 18:13:18 +00:00
Alexandre Archambault f9fd0b45a1 Better release settings 2015-12-12 18:02:43 +00:00
Alexandre Archambault 47ae9210ae Merge pull request #88 from alexarchambault/topic/develop
Fix minor glitches
2015-12-03 12:50:35 +01:00
Alexandre Archambault 9eecd8dc1a Don't print not useful "downloaded 0 bytes" messages 2015-12-03 09:52:17 +01:00
Alexandre Archambault 84124ba38b Don't create unnecessary directories in cache 2015-12-03 09:52:17 +01:00