Search code examples
scalasbtsbt-native-packager

Any good examples for using sbt-native-packager


I am trying to figure out the native packager plugin for use in by sbt.

Are there any good sources / examples for me to go through apart from the one in https://github.com/sbt/sbt-native-packager

Any examples where it is used in Build.scala instead of build.sbt types?


Solution

  • There's a set of examples in the src/sbt-test of sbt-native-packager. However, there are a bunch of other open source projects which use it:

    (posted from google groups of sbt)