/xsbt-util

some utility functions for sbt plugins

Primary LanguageScalaBSD 2-Clause "Simplified" LicenseBSD-2-Clause

A helper plugin for sbt compiling jar files for everything on the classpath

To build this code, get and install SBT from
    https://github.com/sbt/sbt

Build and publish the plugin:
    git clone git@github.com:ritschwumm/xsbt-util.git
    cd xsbt-util
    sbt publish-local

Add the plugin to your plugin project's build.sbt
    addSbtPlugin("de.djini" % "xsbt-util"   % <version>)