sbt / sbt-onejar

Packages your project using One-JAR™
MIT License
268 stars 45 forks source link

use one-jar for deploy #25

Closed fommil closed 6 years ago

fommil commented 10 years ago

I need to build a single jar for my module so that it can be used as a javaagent.

I have a multi-module sbt project and this particular module is the lowest level one.

Can I use OneJar to override how the lowest level module is packaged?