aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* handle trying to package / publish with no source files via exceptionChristopher Vogt2017-03-044-18/+16
| | | | this saves us from having to do conditionals in several places
* improve sonatype pluginChristopher Vogt2017-03-047-117/+79
| | | | | | - reduce required tasks in favor of using SonatypeLib.copy - improve log messages - automatically release non-snapshots after uploading
* use scoping instead of hard coded snapshot taskChristopher Vogt2017-03-042-8/+3
|
* make plugin aliases available in Plugin buildsChristopher Vogt2017-03-042-15/+24
|
* [sonatype] unify sonatype plugin code-style with rest of cbtChristopher Vogt2017-03-044-42/+44
| | | | | | | - indent parameter lists like other cbt code - avoid stripMargin for style reasons also add logger, eventhough not used right now
* do not print () when evalingChristopher Vogt2017-03-042-2/+2
|
* search-class task for searching class on mavenChristopher Vogt2017-03-041-1/+4
|
* fix callReflective not finding special char tasks namesChristopher Vogt2017-03-041-6/+8
| | | | and better error message when top-level method not being found
* more appropriate name for PublishMaven pluginChristopher Vogt2017-03-031-1/+2
|
* more appropriate file nameChristopher Vogt2017-03-031-0/+1
|
* define central publish tasks, so multiple trait can add to itChristopher Vogt2017-03-031-0/+2
|
* fix trying to access non-existent methods of Unit not erroringChristopher Vogt2017-03-031-11/+10
|
* TypeTag instead of ClassTag for DynamicOverride as preparation for ↵Christopher Vogt2017-03-021-4/+6
| | | | supporting multiple traits
* add design decision documentation about various CBT featuresChristopher Vogt2017-03-021-3/+137
|
* Merge pull request #361 from cvogt/proguardJan Christopher Vogt2017-03-0116-4/+814
|\ | | | | Proguard
| * add comprehensive, type-safe proguard pluginChristopher Vogt2017-03-0110-2/+735
| | | | | | | | | | this also demonstrates how to programmatically generate an extensive, type-safe api for a stringly-typed interface
| * add capture_args macro for type-safe embedding of stringly typed apisChristopher Vogt2017-03-013-0/+62
| |
| * fix scalafmt not printing number of formatted filesChristopher Vogt2017-03-011-1/+2
| |
| * add / helper also for Path anticipating migration to nioChristopher Vogt2017-03-011-0/+10
| |
| * introduce libraries helper objectChristopher Vogt2017-03-012-1/+5
|/
* Merge pull request #360 from cvogt/uber-jarJan Christopher Vogt2017-02-283-103/+63
|\ | | | | simplify uberJar plugin and activate recursiveDelete lib function
| * simplify uberJar plugin and activate recursiveDelete lib functionChristopher Vogt2017-02-283-103/+63
| |
* | Merge pull request #359 from cvogt/jar-refactorJan Christopher Vogt2017-02-286-77/+72
|\| | | | | Jar refactor
| * jar / doc refactorChristopher Vogt2017-02-286-77/+72
|/ | | | | | - split out manifest and scaladoc logic - refactor lib calls from inheritance layer - only strip project directory prefix from individually specified files
* Merge pull request #358 from cvogt/chrisJan Christopher Vogt2017-02-2835-153/+206
|\ | | | | various changes
| * human readable toString for BuildsChristopher Vogt2017-02-271-0/+1
| |
| * equality for BoundMavenDependencyChristopher Vogt2017-02-271-0/+5
| |
| * move default sourceFileFilter into lib for less OO couplingChristopher Vogt2017-02-272-2/+5
| |
| * remove dead codeChristopher Vogt2017-02-271-7/+0
| |
| * minor logging improvementsChristopher Vogt2017-02-273-3/+8
| |
| * use `name` instead of `projectName` as it is more universal and theChristopher Vogt2017-02-2710-13/+13
| | | | | | | | term `project` is probably going away in cbt.
| * fix results of Seq of builds not being printedChristopher Vogt2017-02-272-11/+11
| |
| * java concat array helper method (just in case)Christopher Vogt2017-02-271-0/+6
| |
| * minor helper method name change to match scala’s method namingChristopher Vogt2017-02-273-6/+6
| | | | | | | | also Object is easier in java due to lack of .map(…) on arrays
| * minor style enhancementChristopher Vogt2017-02-271-1/+1
| |
| * comments to move a bunch of things into stage2Christopher Vogt2017-02-275-1/+6
| |
| * fix linkage error caused by scalac 2.10 combined with lib 2.11Christopher Vogt2017-02-271-2/+1
| | | | | | | | | | when in fact cbt’s source code does not depend on scalac/zinc, but it only loads it via reflection
| * turn `test` into a subproject for easy access to test’s tasksChristopher Vogt2017-02-276-19/+31
| |
| * `cbt help` like `git help` instead of `cbt usage`Christopher Vogt2017-02-271-1/+1
| |
| * show methods for Build even if no build file exists to help usersChristopher Vogt2017-02-271-11/+8
| | | | | | | | realize when they are in the wrong directory
| * use .apply feature instead of special coding for tools usage stringChristopher Vogt2017-02-272-1/+2
| |
| * important fixme message for usability issueChristopher Vogt2017-02-271-0/+4
| |
| * task returning empty seq threw exceptionChristopher Vogt2017-02-271-1/+1
| |
| * minor syntax fixChristopher Vogt2017-02-271-1/+1
| |
| * fix / cleanup scalajs pluginChristopher Vogt2017-02-273-22/+10
| | | | | | | | | | | | - create target directory if not existent - remove dead code wrt modes - default path for generated .js file
| * call no args .apply methods of referenced objectsChristopher Vogt2017-02-271-1/+9
| | | | | | | | this effectively lets users execute no arg functions from the cmd line via cbt
| * print exit code when running cbtChristopher Vogt2017-02-271-0/+1
| | | | | | | | hopefull this makes things clearer for users and does not get in the way. We'll see.
| * sh-like exit code combination operatorsChristopher Vogt2017-02-271-1/+4
| |
| * disabled prototype code for deleteRecursiveChristopher Vogt2017-02-271-1/+17
| |
| * upgrade and simplify scalafmt pluginChristopher Vogt2017-02-272-43/+24
| |