Question

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?

Was it helpful?

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)

OTHER TIPS

This is the best example I have found.

https://github.com/pussinboots/sbt-rpm

Cheers, Patrick

Below is a list of examples using sbt-native-packager:

https://github.com/muuki88/sbt-native-packager-examples

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top