Full name:
org.apache.maven.plugins:maven-dependency-plugin:2.1:copy-dependencies
Description:
Attributes:
test
.1.0
.process-sources
.Name | Type | Since | Description |
---|---|---|---|
classifier | String |
2.0 |
Specify classifier to look for. Example: sources |
copyPom | boolean |
2.0 |
Also copy the pom of each artifact. Default value is: false . |
excludeArtifactIds | String |
2.0 |
Comma separated list of Artifact names too exclude. |
excludeClassifiers | String |
2.0 |
Comma Separated list of Classifiers to exclude. Empty String
indicates don't exclude anything (default). |
excludeGroupIds | String |
2.0 |
Comma separated list of GroupId Names to exclude. |
excludeScope | String |
2.0 |
Scope to exclude. An Empty string indicates no scopes (default). |
excludeTransitive | boolean |
2.0 |
If we should exclude transitive dependencies Default value is: false . |
excludeTypes | String |
2.0 |
Comma Separated list of Types to exclude. Empty String indicates
don't exclude anything (default). |
failOnMissingClassifierArtifact | boolean |
2.0-alpha-2 |
This only applies if the classifier parameter is used. Default value is: true . |
includeArtifactIds | String |
2.0 |
Comma separated list of Artifact names to include. |
includeClassifiers | String |
2.0 |
Comma Separated list of Classifiers to include. Empty String
indicates include everything (default). |
includeGroupIds | String |
2.0 |
Comma separated list of GroupIds to include. |
includeScope | String |
2.0 |
Scope to include. An Empty string indicates all scopes (default). |
includeTypes | String |
2.0 |
Comma Separated list of Types to include. Empty String indicates
include everything (default). |
markersDirectory | File |
2.0 |
Directory to store flag files Default value is: ${project.build.directory}/dependency-maven-plugin-markers . |
outputAbsoluteArtifactFilename | boolean |
2.0 |
Output absolute filename for resolved artifacts Default value is: false . |
outputDirectory | File |
1.0 |
Default location used for mojo unless overridden in ArtifactItem Default value is: ${project.build.directory}/dependency . |
overWriteIfNewer | boolean |
2.0 |
Overwrite artifacts that don't exist or are older than the source. Default value is: true . |
overWriteReleases | boolean |
1.0 |
Overwrite release artifacts Default value is: false . |
overWriteSnapshots | boolean |
1.0 |
Overwrite snapshot artifacts Default value is: false . |
silent | boolean |
2.0 |
If the plugin should be silent. Default value is: false . |
stripVersion | boolean |
1.0 |
Strip artifact version during copy Default value is: false . |
type | String |
2.0 |
Specify type to look for when constructing artifact based on
classifier. Example: java-source,jar,war Default value is: java-source . |
useRepositoryLayout | boolean |
2.0-alpha-2 |
Place each artifact in the same directory layout as a default
repository. example: /outputDirectory/junit/junit/3.8.1/junit-3.8.1.jar Default value is: false . |
useSubDirectoryPerArtifact | boolean |
2.0-alpha-1 |
Place each file in a separate subdirectory. (example
/outputDirectory/junit-3.8.1-jar) Default value is: false . |
useSubDirectoryPerType | boolean |
2.0-alpha-1 |
Place each type of file in a separate subdirectory. (example
/outputDirectory/jars /outputDirectory/wars etc) Default value is: false . |
java.lang.String
2.0
No
${classifier}
boolean
2.0
No
${mdep.copyPom}
false
java.lang.String
2.0
No
${excludeArtifactIds}
java.lang.String
2.0
No
${excludeClassifiers}
java.lang.String
2.0
No
${excludeGroupIds}
java.lang.String
2.0
No
${excludeScope}
boolean
2.0
No
${excludeTransitive}
false
java.lang.String
2.0
No
${excludeTypes}
failOnMissingClassifierArtifact:
boolean
2.0-alpha-2
No
${mdep.failOnMissingClassifierArtifact}
true
java.lang.String
2.0
No
${includeArtifactIds}
java.lang.String
2.0
No
${includeClassifiers}
java.lang.String
2.0
No
${includeGroupIds}
java.lang.String
2.0
No
${includeScope}
java.lang.String
2.0
No
${includeTypes}
java.io.File
2.0
No
${markersDirectory}
${project.build.directory}/dependency-maven-plugin-markers
outputAbsoluteArtifactFilename:
boolean
2.0
No
${outputAbsoluteArtifactFilename}
false
java.io.File
1.0
No
${outputDirectory}
${project.build.directory}/dependency
boolean
2.0
No
${overWriteIfNewer}
true
boolean
1.0
No
${overWriteReleases}
false
boolean
1.0
No
${overWriteSnapshots}
false
boolean
2.0
No
${silent}
false
boolean
1.0
No
${mdep.stripVersion}
false
type:
java.lang.String
2.0
No
${type}
java-source
boolean
2.0-alpha-2
No
${mdep.useRepositoryLayout}
false
boolean
2.0-alpha-1
No
${mdep.useSubDirectoryPerArtifact}
false
boolean
2.0-alpha-1
No
${mdep.useSubDirectoryPerType}
false