muuki88 / sbt-native-packager-examples

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

Remove root artifact from multi project build #7

Open steinybot opened 8 years ago

steinybot commented 8 years ago

These examples helped me a lot with working out how to setup a multi project build. I was missing the dependsOn on the root project which makes a big difference.

However there is one thing that I was hoping this example would include which is: how to exclude the artifact from the root project?

In multi-module-build if I run universal:packageBin and look in the lib folder within the ZIP there is still that pesky de.mukis.mukis-fullstack-1.0.jar which has nothing but a MANIFEST.

muuki88 commented 8 years ago

Sorry for the late reply. I will try to add an example showing this.