truezip:ls
Full name:
org.codehaus.mojo:truezip-maven-plugin:1.3-SNAPSHOT:ls
Description:
Display an archive's list to console. Note: inner archive file
length always show 0 byte long. See TrueZip javadoc for details.
Example:
- mvn truezip:ls -Dfrom=a.zip
Attributes:
Required Parameters
| Name |
Type |
Since |
Description |
| followSubArchive |
boolean |
1.0 beta-4 |
Drill beyond sub archive. Default value is: false. User property is: followSubArchive. |
| from |
File |
1.0 beta-4 |
Path to an archive file to display. User property is: from. |
Optional Parameters
| Name |
Type |
Since |
Description |
| immediateUpdate |
boolean |
1.0 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.
|
| skip |
boolean |
1.2 |
Skip Default value is: false. User property is: truezip.skip. |
Parameter Details
followSubArchive:
Drill beyond sub archive.
- Type: boolean
- Since: 1.0 beta-4
- Required: Yes
- User Property: followSubArchive
- Default: false
from:
Path to an archive file to display.
- Type: java.io.File
- Since: 1.0 beta-4
- Required: Yes
- User Property: 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: 1.0 beta-2
- Required: No
- Default: true
skip:
Skip
- Type: boolean
- Since: 1.2
- Required: No
- User Property: truezip.skip
- Default: false