aboutsummaryrefslogtreecommitdiff
path: root/stage2/Publish.scala
Commit message (Collapse)AuthorAgeFilesLines
* reduce usage of .copy as preparation to replace it with newBuildChristopher Vogt2016-11-131-2/+0
|
* Remove version from context, we can now use dynamic overridesChristopher Vogt2016-11-091-3/+0
|
* Sonatype release plugin (#247)Nikolay Tatarinov2016-10-031-28/+6
|
* publish local supportChristopher Vogt2016-07-061-1/+9
|
* Allow empty credentials for publishing.Benjamin Frank2016-07-051-2/+2
| | | | | | This enables to publish into a repository where no credentials are required but and empty/wrong HTTP Auth header throws an HTTP 401 (not authorized) error
* Get rid of Build default imports to reduce noise in build files. This also ↵Christopher Vogt2016-06-151-1/+0
| | | | changes builds from using immutable.Seq to using Predef.Seq in favor of simplicity over purity. This has been discussed on gitter.
* turn Build base classes into traits for less verbosity and uniform usage ↵Christopher Vogt2016-06-151-0/+64
with any other plugin