Set the compression level for the generated JAR, the default is DEFLATE

  • Example: -compression: STORE

  • Values: DEFLATE,STORE

  • Pattern: .*

Directives

  • DEFLATE
    • Values: DEFLATE

    • Pattern: \QDEFLATE\E

  • STORE
    • Values: STORE

    • Pattern: \QSTORE\E



When a Jar is build it has default DEFLATE compression with the default level. Using this instruction you can override the compression method.

-compression: STORE