Alexandre Archambault
f46581288f
Enable TTL for changing artifacts by default
2016-07-25 00:19:03 +02:00
Alexandre Archambault
c41dabdef9
Fix default cache TTL
2016-07-25 00:19:01 +02:00
Alexandre Archambault
47e0d38a3b
Add support for Maven profiles from the SBT plugin
2016-07-25 00:18:59 +02:00
Alexandre Archambault
3c7d3b8443
Merge pull request #304 from alexarchambault/topic/develop
...
Various fixes
2016-07-25 00:17:54 +02:00
Alexandre Archambault
350b4afaeb
Merge pull request #305 from rtfpessoa/fix-exception-when-reading-files
...
Catch exception when reading file
2016-07-25 00:17:44 +02:00
Martin Duhem
feda07b896
Adapt to recent changes to sjson-new
2016-07-24 21:42:03 +01:00
Martin Duhem
465774b13c
Adapt to recent changes to sbt-datatype
2016-07-24 21:10:36 +01:00
Rodrigo Fernandes
88cd8909a3
Catch exception when reading file
2016-07-24 13:56:45 +01:00
Alexandre Archambault
39e6f5dfb4
Fix README validation, run tut on CI
2016-07-24 14:32:36 +02:00
Alexandre Archambault
22c7340f6f
Better inter-project dependencies handling
2016-07-24 14:32:33 +02:00
Alexandre Archambault
5ac4efc661
Set default extension and classifier of artifact type test-jar
...
Fixes https://github.com/alexarchambault/coursier/issues/298
2016-07-24 14:19:45 +02:00
Alexandre Archambault
658d451561
Disable reading of SBT credentials by default
...
Fixes https://github.com/alexarchambault/coursier/issues/299
2016-07-23 18:39:28 +02:00
Alexandre Archambault
2283a34829
Set default artifact type to jar from the CLI tools
...
Fixes https://github.com/alexarchambault/coursier/issues/302
2016-07-23 18:39:17 +02:00
Alexandre Archambault
efbcbbf860
Fix bintray resolvers syntax
...
Example of options that can be supplied to CLI tools:
-r bintray:scalaz/maven
2016-07-23 18:38:08 +02:00
Alexandre Archambault
eb4e73fa54
Better handling of version intervals / hints reconciliation
...
Fixes https://github.com/alexarchambault/coursier/issues/303
2016-07-23 18:36:36 +02:00
Alexandre Archambault
97bdd1f77d
Trap unnecessary launcher stack trace / invocation exception
2016-07-23 17:43:19 +02:00
Alexandre Archambault
84ce09ab43
Set main methods accessible no matter what
...
Allows to run main methods from private classes (like java -cp can)
2016-07-23 17:43:16 +02:00
Alexandre Archambault
127e73abe9
Merge pull request #294 from alexarchambault/topic/better-ivy-pattern-parser
...
Better handling of Ivy patterns
2016-07-23 17:38:07 +02:00
Alexandre Archambault
800d0a1692
Update version
2016-07-23 17:04:43 +02:00
Alexandre Archambault
1c34362b6f
Better handling of Ivy patterns
2016-07-23 13:56:28 +02:00
Dale Wijnand
480a2f3040
Merge pull request #2676 from eed3si9n/wip/scalariform
...
Check formatting with TravisCI
2016-07-19 00:29:06 +01:00
Eugene Yokota
2dce25fa66
Fix travis file
2016-07-18 12:58:30 -04:00
Dale Wijnand
c5f59d4406
Check formatting with TravisCI
...
Fixes #2657
2016-07-18 12:58:30 -04:00
eugene yokota
f221d0ab28
Merge pull request #2667 from OlegYch/fix-project-macro-error-message
...
Better error message from project macro
2016-07-18 11:29:26 -04:00
eugene yokota
4b0ccd2dab
Merge pull request #2670 from dwijnand/remove-404-resolvers
...
Remove resolvers to repositories that don't exist
2016-07-18 11:10:18 -04:00
Dale Wijnand
b245cf5f58
Remove resolvers to repositories that don't exist
...
Fixes #2195
2016-07-15 08:16:40 +01:00
Dale Wijnand
138787f55e
Add Resolver.sbtIvyRepo ( #49 )
...
.. deprecate & rename SbtPluginRepositoryRoot to SbtRepositoryRoot.
2016-07-15 07:57:04 +01:00
eugene yokota
5abccaedd2
Merge pull request #2673 from dwijnand/leave-update-options-alone
...
Don't redefine updateOptions to ignore ThisBuild
2016-07-14 22:35:28 -04:00
eugene yokota
8a85d851cf
Merge pull request #2672 from dwijnand/unusued
...
Remove unused imports, vals and defs
2016-07-14 22:32:51 -04:00
Dale Wijnand
84c611af36
Remove unused vals/defs
2016-07-12 14:31:35 +01:00
Dale Wijnand
886d95c0e5
Don't redefine updateOptions to ignore ThisBuild
...
Fixes #2671
2016-07-12 13:24:14 +01:00
Dale Wijnand
deea82542c
Remove unused imports
2016-07-12 11:55:10 +01:00
OlegYch
caba7e145c
Better error message from project macro
2016-07-12 01:29:24 +03:00
Alexandre Archambault
d2340c891e
Merge pull request #293 from alexarchambault/topic/profile-cli
...
Allow to specify Maven profile via the CLI, along with important fix in profile / dependency management handling
2016-07-10 20:16:18 +02:00
Dale Wijnand
798683b552
Merge pull request #2661 from dwijnand/AutoPlugin-require-JvmPlugin-by-default
...
AutoPlugin should require JvmPlugin by default
2016-07-08 12:53:45 +01:00
Dale Wijnand
96e086b1a1
AutoPlugin should require JvmPlugin by default
...
Fixes #2082
2016-07-08 10:57:55 +01:00
eugene yokota
19e1cc9d2f
Merge pull request #48 from dwijnand/CrossVersion-and-ModuleId-equality
...
Make CrossVersion & ModuleId more commonly equal
2016-07-07 22:29:02 -04:00
Dale Wijnand
ffcad3cdad
Make CrossVersion & ModuleId more commonly equal
...
Two instance of functions defined in the same way don't equal themselves, but
the same instance of a function does. So by using a val idStringFun for full and
binary, and making Binary and Full case classes there are much better chances
that ModuleId's defined in the same way will be equal.
2016-07-08 03:10:37 +01:00
Dale Wijnand
06797514f8
Merge pull request #2655 from dwijnand/cocodacy
...
Fix #2611 : Codacy issues
2016-07-07 23:46:07 +01:00
Dale Wijnand
650f080bac
Update mima usage in Travis
2016-07-07 18:21:26 +01:00
Dale Wijnand
f02485b54b
Configure Travis for fast finishing
...
See https://blog.travis-ci.com/2013-11-27-fast-finishing-builds/
2016-07-07 18:21:25 +01:00
Dale Wijnand
12c2734052
Pattern match some if/else's
2016-07-07 18:21:25 +01:00
Dale Wijnand
4c75d778b9
Group imports
2016-07-07 18:21:25 +01:00
Dale Wijnand
32760bed55
Remove some fatal exception catching
2016-07-07 18:21:25 +01:00
Dale Wijnand
387674a451
Remove some heads and tails
2016-07-07 18:21:25 +01:00
Martin Duhem
79b9dbf01b
Merge pull request #2656 from eed3si9n/wip/zincbump2
...
bump Zinc up
2016-07-07 06:48:14 +01:00
Eugene Yokota
83f585a95b
bump Zinc up
2016-07-06 22:59:50 -04:00
Dale Wijnand
d77e769635
Cleanup testAgentProj
2016-07-07 01:40:01 +01:00
Dale Wijnand
222a970080
Kill some vars
2016-07-07 01:39:52 +01:00
Alexandre Archambault
d0e11c9153
Fix tests after recent changes / fixes in dependency management / profiles handling
2016-07-03 16:34:18 +02:00