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 Object
trait Matchable
class Any
Self type
Archives.type
object UniversalDeployPlugin extends AutoPlugin

Attributes

Supertypes
class AutoPlugin
trait PluginsFunctions
class Basic
trait Plugins
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object autoImport
object 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 AutoPlugin
trait PluginsFunctions
class Basic
trait Plugins
class Object
trait Matchable
class Any
Show all
Self type