choffmeister / sbt-jars   0.0.1

MIT License GitHub
Scala versions: 2.10
sbt plugins: 0.13

sbt-jars Build Status

This plugin provides TaskKeys to gather together all needed JARs (compiled, dependencies and unmanaged) for an project. The intention for this plugin is to be used by other plugins.

Usage

To use this plugin in your own plugin, add the following line to your plugins build.sbt file:

addSbtPlugin("de.choffmeister" % "sbt-jars" % "0.0.1")

License

Published under the permissive MIT license.

Credit

Credit goes to the following projects, that gave inspiration on how to gather together all JARs: