truezip:ls

Full name:

org.codehaus.mojo:truezip-maven-plugin:1.0-beta-7:ls

Description:

Display an archive's list to console. Note: inner archive file length always show 0 byte long. See TrueZip java doc for details.

Example:

  • mvn truezip:ls -Dfrom=a.zip


Attributes:

Required Parameters

Name Type Since Description
followSubArchive boolean beta-4 Drill beyond sub archive
Default value is: false.
from File beta-4 Path to an archive file to display

Optional Parameters

Name Type Since Description
immediateUpdate boolean beta-2 Enable automatic file update after each MOJO execution. If set to false, immediate update is not performed. Then, the updated files are flushed at undefined time (when the VM finalizes objects). Otherwise, a forced file update can be triggered by using update goal in an separate execution.
Default value is: true.

Parameter Details

followSubArchive:

Drill beyond sub archive
  • Type: boolean
  • Since: beta-4
  • Required: Yes
  • Expression: ${followSubArchive}
  • Default: false

from:

Path to an archive file to display
  • Type: java.io.File
  • Since: beta-4
  • Required: Yes
  • Expression: ${from}

immediateUpdate:

Enable automatic file update after each MOJO execution. If set to false, immediate update is not performed. Then, the updated files are flushed at undefined time (when the VM finalizes objects). Otherwise, a forced file update can be triggered by using update goal in an separate execution.
  • Type: boolean
  • Since: beta-2
  • Required: No
  • Default: true