aboutsummaryrefslogtreecommitdiff
path: root/stage2/Publish.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add plugin to publish to ArtifactoryChristopher Vogt2017-03-061-2/+2
|
* handle trying to package / publish with no source files via exceptionChristopher Vogt2017-03-041-2/+2
| | | | this saves us from having to do conditionals in several places
* improve sonatype pluginChristopher Vogt2017-03-041-7/+8
| | | | | | - reduce required tasks in favor of using SonatypeLib.copy - improve log messages - automatically release non-snapshots after uploading
* more appropriate name for PublishMaven pluginChristopher Vogt2017-03-031-1/+2
|
* 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