autoImport
com.typesafe.sbt.SbtNativePackager.autoImport
object autoImport extends NativePackagerKeys
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
- Self type
-
autoImport.type
Members list
In this article