truezip:copy
Full name:
org.codehaus.mojo:truezip-maven-plugin:1.3-SNAPSHOT:copy
Description:
Copy a set of files in and out of an existing archive.
Attributes:
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase: process-resources.
Optional Parameters
Name |
Type |
Since |
Description |
files |
FileItem[] |
1.0 beta-1 |
The list of FileItem to manipulate the archive with. Use this
configuration when you have a need to do copying with the option to
change the file name.
|
fileset |
Fileset |
1.0 beta-1 |
A single FileSet to manipulate the archive with.
|
filesets |
List |
1.0 beta-1 |
The list of FileSet to manipulate the archive with.
|
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. |
verbose |
boolean |
1.0 beta-1 |
Enable verbose mode. Default value is: false.
|
Parameter Details
files:
The list of FileItem to manipulate the archive with. Use this
configuration when you have a need to do copying with the option to
change the file name.
- Type: org.codehaus.mojo.truezip.FileItem[]
- Since: 1.0 beta-1
- Required: No
fileset:
A single FileSet to manipulate the archive with.
- Type: org.codehaus.mojo.truezip.Fileset
- Since: 1.0 beta-1
- Required: No
filesets:
The list of FileSet to manipulate the archive with.
- Type: java.util.List
- Since: 1.0 beta-1
- Required: No
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
verbose:
Enable verbose mode.
- Type: boolean
- Since: 1.0 beta-1
- Required: No
- Default: false