com.typesafe.sbt

Members list

Packages

Type members

Classlikes

object SbtNativePackager extends AutoPlugin

==SBT Native Packager Plugin==

==SBT Native Packager Plugin==

This is the top level plugin for the sbt native packager. You don't have to enable this by yourself, instead we recommend using an archetype for this.

Currently you can choose between

  • JavaAppPackaging
  • JavaServerPackaging
  • AkkaAppPackging

==Configuration==

The are a few settings you should set if you want to build package no matter what format.

maintainer := "Your name <[email protected]>"
packageDescription := "A short description of your application"

For all other general settings take a look at com.typesafe.sbt.packager.NativePackagerKeys

Attributes

Example

Enable the plugin in the build.sbt

  enablePlugins(SbtNativePackager)
Supertypes
class AutoPlugin
trait PluginsFunctions
class Basic
trait Plugins
class Object
trait Matchable
class Any
Show all
Self type