Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Only when enabling one of the above alternative compression formats, there is automatically added the Apache commons-compress code to the installer for handling it.

Enable pack compression in the <info> section

The default pack compression can be defined in the installer descriptor (install.xml) in the <info> section using the <pack-compression-format> format tag.


Code Block
languagexml
titleExample
<info>

    ...
    <pack-compression-format>xz</pack-compression-format>
</info>

Maven builds

For the Maven plugin, there is the <comprFormat> configuration tag, defining the compression algorithm.

...