aboutsummaryrefslogtreecommitdiff
path: root/stage2
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #214 from cvogt/git_workJan Christopher Vogt2016-08-291-5/+21
|\
| * Some cosmetic changes to git authChristopher Vogt2016-08-291-20/+21
| * Support for private git repositories.ChavXO2016-08-281-4/+19
* | Add a bunch of options to try to allow safe usage of cleanChristopher Vogt2016-08-282-35/+55
* | Add clean taskChavXO2016-08-282-1/+45
|/
* fix Organization and url in pom fileChristopher Vogt2016-07-081-52/+50
* Merge pull request #203 from cvogt/publish-localJan Christopher Vogt2016-07-062-1/+21
|\
| * publish local supportChristopher Vogt2016-07-062-1/+21
* | Support proxy settings in CBT.Benjamin Frank2016-07-061-1/+1
|/
* Allow empty credentials for publishing.Benjamin Frank2016-07-052-9/+13
* explicitly specify jar extension, delete file before writing jar in librockjam2016-06-241-1/+3
* update uber jar PRrockjam2016-06-241-6/+10
* uber-jar plugin implementationrockjam2016-06-241-0/+1
* close jar file in case of exception (#175)Jan Christopher Vogt2016-06-231-20/+22
* Scalafmt plugin implementation (#156)Nikolay Tatarinov2016-06-231-0/+1
* scalariform plugin naive implementationrockjam2016-06-201-0/+1
* refactor/simplify scalaJs plugin and exampleChristopher Vogt2016-06-191-0/+1
* better name for DirectoryDependencyChristopher Vogt2016-06-196-117/+17
* built-in plugin structure improvementsChristopher Vogt2016-06-196-71/+56
* simplify logic that delegates to test build and runs itChristopher Vogt2016-06-192-25/+6
* fix organization URL typeChristopher Vogt2016-06-191-1/+2
* 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-152-6/+15
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-1511-48/+9
* 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-158-21/+25
* 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
* scalajs cross project support as pluginKatrin Shechtman2016-06-131-7/+5
* scala paradise pluginChristopher Vogt2016-06-091-0/+29
* Always create directory before trying to write fileChristopher Vogt2016-06-084-7/+6
* Make publishSnapshot also publish checksumsChristopher Vogt2016-06-011-11/+13
* 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
* minor cleanupChristopher Vogt2016-06-012-2/+1
* Show more info on stderr when uploading filesChristopher Vogt2016-06-011-1/+1
* read sonatype credentials from cbt installation, not from other checked out v...Christopher Vogt2016-05-262-1/+2
* 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
* Hack to not display ExitCode unnecessarilyChristopher Vogt2016-05-111-2/+3
* add r alias for runChristopher Vogt2016-05-031-0/+1
* annotate required return type of main methodChristopher Vogt2016-05-031-1/+1
* improve build file templatesChristopher Vogt2016-05-031-18/+28
* encourage whitespace in parenthesis (more readable ;))Christopher Vogt2016-05-031-6/+6
* create scaffolding for Main fileChristopher Vogt2016-05-032-2/+13