Packages

package universal

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait UniversalKeys extends AnyRef

Value Members

  1. object Archives

    Helper methods to package up files into compressed archives.

  2. object UniversalDeployPlugin extends AutoPlugin
  3. object UniversalPlugin extends AutoPlugin

    Defines behavior to construct a 'universal' zip for installation.

    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

    Example:
    1. Enable the plugin in the build.sbt

      enablePlugins(UniversalPlugin)
  4. object ZipHelper

    Module with functions associated with processing zip files.

    Module with functions associated with processing zip files.

    See also

    http://stackoverflow.com/questions/17888365/file-permissions-are-not-being-preserved-while-after-zip

    http://stackoverflow.com/questions/3450250/is-it-possible-to-create-a-script-to-save-and-restore-permissions

    http://stackoverflow.com/questions/1050560/maintain-file-permissions-when-extracting-from-a-zip-file-using-jdk-5-api

    http://docs.oracle.com/javase/7/docs/technotes/guides/io/fsp/zipfilesystemprovider.html

Ungrouped