aboutsummaryrefslogtreecommitdiff
path: root/stage2/PublishBuild.scala
Commit message (Collapse)AuthorAgeFilesLines
* turn Build base classes into traits for less verbosity and uniform usage ↵Christopher Vogt2016-06-151-64/+0
| | | | with any other plugin
* adjust organization part of pom data model to better match the specChristopher Vogt2016-06-151-4/+2
|
* get rid of pomExtra to not promote untyped ways of creating poms (people can ↵Christopher Vogt2016-06-151-2/+0
| | | | always transform the xml later if really needed)
* pre-configuration for github projects and recommended settings (maybe rename ↵Christopher Vogt2016-06-151-1/+0
| | | | this later)
* less need for pomExtraChristopher Vogt2016-06-151-0/+6
|
* Always create directory before trying to write fileChristopher Vogt2016-06-081-2/+2
|
* read sonatype credentials from cbt installation, not from other checked out ↵Christopher Vogt2016-05-261-1/+1
| | | | version
* Publish to right destination based on version suffixChristopher Vogt2016-05-261-7/+10
|
* Fix scalaMajorVersion in artifact idChristopher Vogt2016-05-261-1/+2
|
* Make sonatype credentials customizable from Build class rather than hard codedChristopher Vogt2016-04-281-2/+15
|
* cross building and automatic snaphot idsChristopher Vogt2016-04-071-1/+6
| | | | | Adds support for cross building for multiple scala versions And for automatically appending -SNAPSHOT to the id, when publishing a snapshot.
* cleanup: whitespace changes, separated more things into their own files, use ↵Christopher Vogt2016-03-071-0/+41
++ for strings everywhere. Added ++ method to File and URL and use it in many places