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:

(posted from google groups of sbt)

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top