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?
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:
https://github.com/sbt/sbt-launcher-package/blob/full-packaging/project/packaging.scala#L6
https://github.com/typesafehub/activator/blob/master/project/Packaging.scala#L18
https://github.com/scala/scala-dist/blob/master/project/scalainstaller.scala#L12
(posted from google groups of sbt)