autoImport

com.typesafe.sbt.SbtNativePackager.autoImport

imports all com.typesafe.sbt.packager.NativePackagerKeys and two objects:

===NativePackagerKeys===

This inclues ''all'' available keys provided by the sbt-native-packager. Used it if a setting/task key is not in scope.

NativePackagerKeys.notAutomaticallyImported := "cool!"

===NativePackagerHelper===

This object contains a set of helper methods for working with mappings.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
autoImport.type

Members list

Value members

Concrete fields

Inherited fields

val executableScriptName: SettingKey[String]

Attributes

Inherited from:
NativePackagerKeys
val maintainer: SettingKey[String]

Attributes

Inherited from:
NativePackagerKeys
val maintainerScripts: TaskKey[Map[String, Seq[String]]]

Attributes

Inherited from:
NativePackagerKeys
val packageDescription: SettingKey[String]

Attributes

Inherited from:
NativePackagerKeys
val packageName: SettingKey[String]

Attributes

Inherited from:
NativePackagerKeys
val packageSummary: SettingKey[String]

Attributes

Inherited from:
NativePackagerKeys