Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 917 Bytes

README.adoc

File metadata and controls

47 lines (26 loc) · 917 Bytes

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