attester:extract-dependencies
Full name:
com.ariatemplates.attester:attester-maven-plugin:2.6.2:extract-dependencies
Description:
Extracts the zip dependencies of this plugin in a temporary
directory named according to the artifact. If a dependency is
already extracted, it is not extracted again.
Attributes:
- Requires a Maven 2.0 project to be executed.
Optional Parameters
Name |
Type |
Since |
Description |
avoidRenamingTargetDirectory |
boolean |
- |
If set to true, files will be extracted directly in their final
destination folder. Otherwise, a temporary folder will first be
created, then files will be extracted inside that folder, and,
finally, the folder will be renamed.
|
outputParentDirectory |
File |
- |
Parent directory in which directories containing the extracted
artifacts will be created. If this parameter is not set, the
temporary directory defined in the java.io.tmpdir
system property is used.
|
Parameter Details
avoidRenamingTargetDirectory:
If set to true, files will be extracted directly in their final
destination folder. Otherwise, a temporary folder will first be
created, then files will be extracted inside that folder, and,
finally, the folder will be renamed.
- Type: boolean
- Required: No
outputParentDirectory:
Parent directory in which directories containing the extracted
artifacts will be created. If this parameter is not set, the
temporary directory defined in the java.io.tmpdir
system property is used.
- Type: java.io.File
- Required: No