muuki88 / sbt-native-packager-examples

A set of sbt-native-pakager examples
Apache License 2.0
236 stars 55 forks source link

packageBin on non-root projects #11

Open ruioliveiras opened 8 years ago

ruioliveiras commented 8 years ago

On the example multi-module-build, we are using the 'sbt universal:packageBin' on the root project. Can you make a example of building each module separately (create 3 zip, one for each project)

I want to be able to do something like: 'sbt backend/universal:packageBin' ? Because i'm trying an equivalent thing on my projects and i'm getting:

[error] No such setting/task
[error] universal:packageBin