aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* better name for DirectoryDependencyChristopher Vogt2016-06-198-120/+20
* fix bug ignoring OpenOptions when writingChristopher Vogt2016-06-191-1/+1
* built-in plugin structure improvementsChristopher Vogt2016-06-197-72/+60
* simplify logic that delegates to test build and runs itChristopher Vogt2016-06-192-25/+6
* show scalac warnings to stage1 and stage2 compilationChristopher Vogt2016-06-192-2/+5
* add plugin builds and scalatest example build to being compiled in testsChristopher Vogt2016-06-193-3/+6
* Rename scalatest-example folder. Probably slightly more intuitive name now.Christopher Vogt2016-06-194-0/+0
* fix organization URL typeChristopher Vogt2016-06-191-1/+2
* Merge pull request #148 from cvogt/fix-readmeJan Christopher Vogt2016-06-181-1/+1
|\
| * BaseBuild does not have fields version, etcChristopher Vogt2016-06-181-1/+1
|/
* Merge pull request #143 from cvogt/publish-improvementsJan Christopher Vogt2016-06-1542-217/+242
|\
| * unwrap InvocationTargetException. Any reason not to do this? Seems just easie...Christopher Vogt2016-06-151-15/+29
| * add support for compile time only dependenciesChristopher Vogt2016-06-151-1/+4
| * separate sbt layout and scalatest plugins and create a more general plugin ar...Christopher Vogt2016-06-1511-60/+48
| * Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-1529-92/+15
| * support for git dependencies on projects in subdirectoriesChristopher Vogt2016-06-152-11/+16
| * turn Build base classes into traits for less verbosity and uniform usage with...Christopher Vogt2016-06-1519-38/+42
| * adjust organization part of pom data model to better match the specChristopher Vogt2016-06-153-10/+14
| * get rid of pomExtra to not promote untyped ways of creating poms (people can ...Christopher Vogt2016-06-152-4/+0
| * Add typed open source licensesChristopher Vogt2016-06-151-4/+52
| * pre-configuration for github projects and recommended settings (maybe rename ...Christopher Vogt2016-06-153-1/+19
| * less need for pomExtraChristopher Vogt2016-06-152-0/+14
| * starting point for type-safe licensesChristopher Vogt2016-06-152-1/+9
|/
* Merge pull request #144 from katrinsharp/masterJan Christopher Vogt2016-06-1419-11/+402
|\
| * scalajs cross project support as pluginKatrin Shechtman2016-06-1319-11/+402
|/
* Merge pull request #142 from cvogt/fix-mkdirJan Christopher Vogt2016-06-097-10/+46
|\
| * scala paradise pluginChristopher Vogt2016-06-091-0/+29
| * Always create directory before trying to write fileChristopher Vogt2016-06-086-10/+17
|/
* Merge pull request #136 from cvogt/windows_compatibilityJan Christopher Vogt2016-06-021-0/+196
|\
| * Added batch script to run on WindowsChavXO2016-06-021-0/+196
|/
* Merge pull request #135 from cvogt/chrisJan Christopher Vogt2016-06-018-49/+51
|\
| * Make publishSnapshot also publish checksumsChristopher Vogt2016-06-011-11/+13
| * Reduce output during testing, it was killing the browserChristopher Vogt2016-06-011-6/+6
| * pass command line arguments through to cbt tools scala and cbt tools ammChristopher Vogt2016-06-011-4/+5
| * update ammonite (doesn't help though, still doesn't start through cbt tools)Christopher Vogt2016-06-011-1/+1
| * display message in stderr when downloading things (better than just pausing)Christopher Vogt2016-06-011-1/+1
| * minor cleanupChristopher Vogt2016-06-013-3/+1
| * Fix the tests, by adapting to recent CBT changes. (This was easier than I exp...Christopher Vogt2016-06-013-22/+23
| * Update fixed dependency hash to latestChristopher Vogt2016-06-011-1/+1
| * Show more info on stderr when uploading filesChristopher Vogt2016-06-011-1/+1
|/
* Merge pull request #133 from stacycurl/masterJan Christopher Vogt2016-05-311-1/+1
|\
| * Fixed small bug in ClassPathStacy Curl2016-05-311-1/+1
|/
* Merge pull request #131 from katrinsharp/masterJan Christopher Vogt2016-05-277-2/+65
|\
| * Making scalatest plugin work + example build folder with scalatest sample buildKatrin Shechtman2016-05-267-2/+65
* | Merge pull request #130 from cvogt/chrisJan Christopher Vogt2016-05-266-13/+23
|\ \ | |/ |/|
| * read sonatype credentials from cbt installation, not from other checked out v...Christopher Vogt2016-05-265-1/+5
| * Publish to right destination based on version suffixChristopher Vogt2016-05-262-8/+11
| * Fix scalaMajorVersion in artifact idChristopher Vogt2016-05-262-3/+6
| * Fix bug in jar contents path. Should be relative, not absolute.Christopher Vogt2016-05-251-1/+1
* | Merge pull request #125 from cvogt/chrisJan Christopher Vogt2016-05-113-3/+5
|\|