/xsbt-classpath

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

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-classpath.git
    cd xsbt-classpath
    sbt publish-local

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