ritschwumm / xsbt-classpath

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>)

About

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

License:BSD 2-Clause "Simplified" License


Languages

Language:Scala 100.0%