Commit Graph

1792 Commits

Author SHA1 Message Date
Alexandre Archambault 3fcbe90cb5 Merge pull request #452 from alexarchambault/topic/https-repo
Use https repo
2017-03-10 12:07:29 +01:00
Alexandre Archambault 968147b7b7 Merge pull request #447 from alexarchambault/topic/shading
Switch to sbt-coursier / sbt-shading 1.0.0-M15-5
2017-03-10 11:51:50 +01:00
Alexandre Archambault 41c0cea23b Use https repo 2017-03-10 10:41:05 +01:00
Alexandre Archambault 2bc1aebba5 Switch to sbt-coursier / sbt-shading 1.0.0-M15-5
Should not require pulling a custom version of jarjar
2017-03-10 10:31:13 +01:00
Alexandre Archambault 33a5b55655 Merge pull request #451 from alexarchambault/topic/tweak-sbt-shading
Tweak sbt-shading
2017-03-10 09:41:44 +01:00
Alexandre Archambault 5b47180285 Update flaky test 2017-03-10 01:00:17 +01:00
Alexandre Archambault 24879cbde2 Tweak sbt-shading output 2017-03-10 00:45:42 +01:00
Alexandre Archambault 2c18c9472c Don't shade too many things 2017-03-10 00:45:38 +01:00
Alexandre Archambault f678e39cfa Update scripts 2017-03-06 10:14:28 +01:00
Alexandre Archambault 1a42b83c38 Merge pull request #448 from alexarchambault/topic/publish-signed-shading
Have publishSigned publish artifacts with shading
2017-03-05 16:37:59 +01:00
Alexandre Archambault 9eff5f3402 Have publishSigned publish artifacts with shading
1.0.0-M15-3 -> 🗑️
2017-03-05 15:47:41 +01:00
Kazuyoshi Kato 6eeeb8cb66 Trim the whitespaces in pom.xml's properties
Maven trims the whitespaces around pom.xml's properties by default.
Fixes #408
2017-02-28 22:54:06 -08:00
Jentsch 65ff648bf5 Change default for use sbt credentials to true 2017-02-28 16:53:30 +01:00
Alexandre Archambault 991b60ddbc Merge pull request #443 from alexarchambault/topic/foo
Various changes
2017-02-28 16:08:31 +01:00
Alexandre Archambault 112638582f Shade fastparse 2017-02-28 15:09:18 +01:00
Alexandre Archambault ab319b164f Shade jarjar into sbt-shading 2017-02-28 14:46:58 +01:00
Alexandre Archambault d0bcc77d25 Switch to sbt-coursier 1.0.0-M15-2 2017-02-28 14:26:35 +01:00
Alexandre Archambault 67f048878c Keep properties files when proguarding
Makes jsoup happier from the proguarded launcher
2017-02-28 13:29:10 +01:00
Alexandre Archambault 630a780487 Add custom sbt launcher 2017-02-28 13:14:07 +01:00
Alexandre Archambault b6295b2719 Merge pull request #439 from alexarchambault/topic/sbt-launcher
Add sbt launcher
2017-02-27 21:50:22 +01:00
Alexandre Archambault 4dd9f7954b Tweak some type class derivations
Hopefully will address more-or-less random failures, on the CI in
particular
2017-02-27 16:43:30 +01:00
Alexandre Archambault c59c7d45ca Refactor travis.sh 2017-02-27 16:18:41 +01:00
Alexandre Archambault bf92539b53 Actually, let's cache ~/.coursier on CI 2017-02-27 16:02:47 +01:00
Alexandre Archambault 164e044977 Remove deprecated env var on CI 2017-02-27 16:02:47 +01:00
Alexandre Archambault 7de033a68f Move all scripts under scripts/ 2017-02-27 16:01:02 +01:00
Alexandre Archambault 17faeb7686 Hitting sbt issue 1673? 2017-02-27 16:01:02 +01:00
Alexandre Archambault 88f54cc356 Add sbt-launcher 2017-02-27 16:01:02 +01:00
Alexandre Archambault e5a6a609e3 Exclude pom from pack distributions
Upcoming sbt-coursier includes this in the update report, and these
aren't ignored by sbt-pack by default (yet?)
2017-02-27 15:54:57 +01:00
Alexandre Archambault 36ba4b6252 Remove unnecessary --default-artifact-type option, fix javadoc / sources 2017-02-27 15:54:57 +01:00
Alexandre Archambault ac00abd152 Tweak artifact listing
Can't remember when / why this one was necessary...
2017-02-27 15:54:57 +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 0e9109c3f7 Don't assume directory listing to be changing...
for non changing dependencies
2017-02-27 15:54:56 +01:00
Alexandre Archambault a84057f792 Ensure no progress stuff if printed...
after progress report is stopped

just in case
2017-02-27 15:54:56 +01:00
Alexandre Archambault 21ba9888a5 Flush output after progress bars
Should fix some progress info not being cleared
2017-02-21 15:57:39 +01:00
Alexandre Archambault 9ece419bc8 Take into account COURSIER_PROGRESS the right way
COURSIER_PROGRESS=true was disabling progress bars before that
2017-02-21 15:57:38 +01:00
Alexandre Archambault 114d2f95ad Merge pull request #430 from alexarchambault/topic/artifact-type
Tweak artifact type handling for Maven repos
2017-02-14 10:16:59 +01:00
Alexandre Archambault 643c6d2201 Don't keep directory listing downloads in sight 2017-02-13 19:19:39 +01:00
Alexandre Archambault 766ccbf5a9 Better handling of optional dependencies 2017-02-13 19:19:39 +01:00
Alexandre Archambault cce332eb55 Refactor web page link listing logic, implement it on the scalajs side 2017-02-13 19:19:39 +01:00
Alexandre Archambault e59dd7d5b0 Manually set nodejs dependency versions, tweak package.json format 2017-02-13 19:19:29 +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 5559c5ce01 Minor refacto 2017-02-05 15:36:34 +01:00
Alexandre Archambault a6b9c845c2 Rename plugin module to sbt-coursier 2017-02-05 15:36:34 +01:00
Alexandre Archambault 035391f647 Add missing language.implicitConversions imports 2017-02-04 16:36:52 +01:00
Alexandre Archambault d277153777 Annotate all case classes with final 2017-02-04 16:36:52 +01:00
Alexandre Archambault 7194fe7b48 Add missing language.higherKinds imports 2017-02-03 13:45:44 +01:00
Alexandre Archambault 6f577fff0b Merge pull request #428 from alexarchambault/topic/update-readme
Update README
2017-02-03 13:10:15 +01:00
Alexandre Archambault 12a7419636 Merge pull request #426 from alexarchambault/topic/shading
Add shading plugin
2017-02-03 13:09:59 +01:00
Alexandre Archambault 5cdc5902ac Update README 2017-02-01 23:32:06 +01:00