Skip to content

woq-blended/sbt-blendedbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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