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.
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")
Published under the permissive MIT license.
Credit goes to the following projects, that gave inspiration on how to gather together all JARs: