Full name:
org.apache.maven.plugins:maven-dependency-plugin:3.1.2:copy
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<artifact> | String | 1.0 | The artifact to copy from command line. A string of the form
groupId:artifactId:version[:packaging[:classifier]]. Use
artifactItems within the POM configuration. User property is: artifact. |
<artifactItems> | List | 1.0 | Collection of ArtifactItems to work on. (ArtifactItem contains
groupId, artifactId, version, type, classifier, outputDirectory,
destFileName, overWrite and encoding.) See Usage for details. |
<ignorePermissions> | boolean | 1.0 | not used in this goal |
<localRepositoryDirectory> | File | 2.2 | Path to override default local repository during plugin's
execution. To remove all downloaded artifacts as part of the build,
set this value to a location under your project's target directory |
<outputAbsoluteArtifactFilename> | boolean | 2.0 | Output absolute filename for resolved artifacts Default value is: false. User property is: outputAbsoluteArtifactFilename. |
<outputDirectory> | File | 1.0 | Default output location used for mojo, unless overridden in
ArtifactItem. Default value is: ${project.build.directory}/dependency. User property is: outputDirectory. |
<overWriteIfNewer> | boolean | 2.0 | Overwrite if newer Default value is: true. User property is: mdep.overIfNewer. |
<overWriteReleases> | boolean | 1.0 | Overwrite release artifacts Default value is: false. User property is: mdep.overWriteReleases. |
<overWriteSnapshots> | boolean | 1.0 | Overwrite snapshot artifacts Default value is: false. User property is: mdep.overWriteSnapshots. |
<prependGroupId> | boolean | 2.7 | Prepend artifact groupId during copy Default value is: false. User property is: mdep.prependGroupId. |
<silent> | boolean | 2.0 | If the plugin should be silent. Default value is: false. User property is: silent. |
<skip> | boolean | 2.7 | Skip plugin execution completely. Default value is: false. User property is: mdep.skip. |
<stripClassifier> | boolean | 1.0 | Strip artifact classifier during copy Default value is: false. User property is: mdep.stripClassifier. |
<stripVersion> | boolean | 1.0 | Strip artifact version during copy Default value is: false. User property is: mdep.stripVersion. |
<useBaseVersion> | boolean | 2.7 | Use artifact baseVersion during copy Default value is: false. User property is: mdep.useBaseVersion. |
<useJvmChmod> | boolean | 1.0 | not used in this goal |