com.typesafe.sbt.packager.universal
Members list
Type members
Classlikes
object Archives
Helper methods to package up files into compressed archives.
Helper methods to package up files into compressed archives.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Archives.type
object UniversalDeployPlugin extends AutoPlugin
Attributes
- Supertypes
-
class AutoPlugintrait PluginsFunctionsclass Basictrait Pluginsclass Objecttrait Matchableclass AnyShow all
- Self type
trait UniversalKeys
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object autoImportobject Keys
object UniversalPlugin extends AutoPlugin
==Universal Plugin==
==Universal Plugin==
Defines behavior to construct a 'universal' zip for installation.
==Configuration==
In order to configure this plugin take a look at the available com.typesafe.sbt.packager.universal.UniversalKeys
Attributes
- Example
-
Enable the plugin in the
build.sbt
enablePlugins(UniversalPlugin)
- Supertypes
-
class AutoPlugintrait PluginsFunctionsclass Basictrait Pluginsclass Objecttrait Matchableclass AnyShow all
- Self type
-
UniversalPlugin.type
object ZipHelper
Module with functions associated with processing zip files.
Module with functions associated with processing zip files.
Attributes
- See also
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ZipHelper.type
In this article