Commit Graph

903 Commits

Author SHA1 Message Date
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
Alexandre Archambault 5691c0e5ea
Set version to 1.0.0-M11-1 2016-04-22 16:46:30 +02:00
Alexandre Archambault 114c9331fa Merge pull request #240 from alexarchambault/topic/classloader-isolation-proguard
Isolate coursier from the launched app even if coursier is proguarded
2016-04-22 16:22:57 +02:00
Alexandre Archambault 7266e8c025
Isolate coursier from the launched app even if coursier is proguarded
Confuses scala.util.Properties.versionNumberString from the launched app
in particular - apps launched with scala 2.11.7 end up with this method
returning 2.11.8...
2016-04-22 16:07:54 +02:00
Jameel Al-Aziz 4d3f9e2041
Add cross version support with excludeDependencies 2016-04-22 03:05:03 -07:00
Alexandre Archambault d2984cc51b
Update description in notes 2016-04-20 16:21:55 +02:00
Alexandre Archambault d332264c6c
Add release notes for 1.0.0-M11 2016-04-20 16:21:49 +02:00
Alexandre Archambault ed631ca8b2
Updates for 1.0.0-M11 2016-04-19 22:13:21 +02:00
Alexandre Archambault 5b2f74c4eb Merge pull request #234 from joriscode/master
Fix single typo in README.md
2016-04-19 19:33:36 +02:00
joriscode 7c801cc89b Fix single typo in README.md 2016-04-19 10:10:52 +02:00
Alexandre Archambault 5cc0ddd8f9
Set version to 1.0.0-SNAPSHOT 2016-04-19 00:46:37 +02:00
Alexandre Archambault f19fe6fdf7 Set version to 1.0.0-M11 2016-04-18 09:52:16 +02:00
Alexandre Archambault 3aa76db277 Merge pull request #230 from alexarchambault/topic/hack
Temporary hack
2016-04-18 02:04:06 +02:00
Alexandre Archambault e5be2c4c2c
Temporary hack
to minimize the chance of two different Artifact to have the same URL -
these are handled well by the cache if the corresponding URL has not
been downloaded yet, and result in one download locking the file for the
others
2016-04-18 00:29:45 +02:00
Alexandre Archambault 51fefe5c29 Merge pull request #229 from alexarchambault/topic/extra-repos
Extra repos aliases, minor other things
2016-04-17 23:33:55 +02:00
Alexandre Archambault 241cf866a0
Switch to case-app 1.0.0-RC2, remove the need for two -- ...
...to specify user arguments with the launch command
2016-04-17 22:24:39 +02:00
Alexandre Archambault bbe9ec5a21
Minor adjustment of build config 2016-04-17 22:24:31 +02:00
Alexandre Archambault 5f6caefff6
Add support for shorter syntax for Typesafe and Bintray repositories 2016-04-17 22:24:28 +02:00
Alexandre Archambault 00aaf8e1ac
Factor default Ivy pattern 2016-04-17 22:24:26 +02:00
Alexandre Archambault 4f423e95d6 Merge pull request #228 from alexarchambault/topic/proguard-fix
Fix
2016-04-17 21:47:21 +02:00
Alexandre Archambault b5b7f7714f
Fix
Have IsolatedClassLoader get preserved by proguard (1.0.0-M10 regression)
2016-04-17 20:44:36 +02:00
Alexandre Archambault 15d2afb264 Merge pull request #227 from alexarchambault/topic/plugin-minor-fix
Small fix
2016-04-16 18:15:58 +02:00
Alexandre Archambault 5dac114ba4
Small fix
Should make updateSbtClassifiers not fail if some javadoc or source JARs
cannot be found.
2016-04-16 15:16:52 +02:00
Alexandre Archambault 258a4a5ce2 Merge pull request #225 from alexarchambault/topic/fix-bootstrap
Put back bootstrap.jar in proguarded launcher
2016-04-13 09:51:25 +02:00
Alexandre Archambault 6ac53946ab
Put back bootstrap.jar in proguarded launcher 2016-04-13 00:34:26 +02:00
Alexandre Archambault 14682fc703
Cleaning 2016-04-13 00:34:19 +02:00
Alexandre Archambault 903a4b119e Merge pull request #224 from alexarchambault/topic/updates
Various updates (README mostly)
2016-04-11 12:18:45 +02:00
Alexandre Archambault 96ba7c72d6
Switch to case-app 1.0.0-RC1 2016-04-11 01:53:00 +02:00
Alexandre Archambault 28ec3bac03
Add Scala doc badge to README 2016-04-11 01:49:15 +02:00
Alexandre Archambault f27f67c3de
Add @paulp's demo to README 2016-04-11 01:49:08 +02:00
Alexandre Archambault 756f2740f7
Minor clarification of README sections 2016-04-11 01:49:06 +02:00
Alexandre Archambault b8031a7b6e
Add note about @paulp's homebrew formula 2016-04-11 01:49:03 +02:00
Alexandre Archambault eb0b243bc4
Update contributor list 2016-04-11 01:49:00 +02:00
Alexandre Archambault f51b437ef6 Merge pull request #223 from alexarchambault/topic/no-duplicated-downloads
Ensure returned resolution artifacts are unique
2016-04-10 16:55:32 +02:00
Alexandre Archambault 8de5425e4d
Ensure returned resolution artifacts are unique
Should hopefully fix issues sometimes seen on CIs using sbt-coursier
2016-04-09 17:31:57 +02:00
Alexandre Archambault c09db18afd Merge pull request #221 from alexarchambault/topic/sbt-maven-compatible-repo
Take into account isMavenCompatible flag in SBT pattern based repositories
2016-04-09 14:34:31 +02:00
Alexandre Archambault d0e845cd6f Merge pull request #222 from alexarchambault/topic/disable-module-check
Remove now unnecessary checks
2016-04-09 14:34:24 +02:00
Alexandre Archambault da78c523fb
Remove now unnecessary checks 2016-04-09 01:34:08 +02:00
Alexandre Archambault ba58d2a374
Take into account isMavenCompatible flag in SBT pattern based repositories 2016-04-09 01:12:09 +02:00
Alexandre Archambault c22ba8ba6a Merge pull request #218 from alexarchambault/topic/ci-scripted
Enable SBT scripted tests on CI
2016-04-07 09:18:53 +02:00