woq-blended / sbt-blendedbuild   0.1.3

Apache License 2.0 GitHub

Various sbt plugins to assist in Blended Container builds

Scala versions: 2.12
sbt plugins: 1.0

Various sbt plugins to assist in Blended Container builds

Usage

Add this plugin to your project/plugins.sbt

// project/plugins.sbt

addSbtPlugin("de.wayofquality.blended" % "sbt-blendedbuild" % "0.1.2")

Compatibility

This plugins is only compatible with sbt 1.0 and newer.

Publishing

To publish this plugin, run:

SONATYPE_USERNAME=<username> SONATYPE_PASSWORD=<password> sbt publish

License

This project is published under the Apache License, Version 2.0

Changelog

sbt-blendedbuild 0.1.2 - 2019-05-22

  • Improved log messages

  • DockerContainer: Fixed used base directory for releative overlays file lookup

sbt-blendedbuild 0.1.1 - 2019-05-03

  • Updated dependency to public release versions

sbt-blendedbuild 0.1.0 - 2019-05-03

  • Initial public release