Versions Compared

Key

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

...

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

This setting will be overridden by any definition made in the POM (Maven), Ant task or using the according command line parameter of the compile script (see below).

Code Block
languagexml
titleExample
<info>
    ...
    <pack-compression-format>xz</pack-compression-format>
</info>

...