package universal
- Alphabetic
- Public
- All
Type Members
- trait UniversalKeys extends AnyRef
Value Members
-
object
Archives
Helper methods to package up files into compressed archives.
- object UniversalDeployPlugin extends AutoPlugin
-
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
Enable the plugin in the
build.sbtenablePlugins(UniversalPlugin)
Example: -
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