com.typesafe.sbt
package com.typesafe.sbt
Members list
Packages
package com.typesafe.sbt.packager
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 AutoPlugintrait PluginsFunctionsclass Basictrait Pluginsclass Objecttrait Matchableclass AnyShow all
- Self type
-
SbtNativePackager.type
In this article