Full name:
org.apache.maven.plugins:maven-dependency-plugin:3.1.0:get
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<artifact> | String | - | A string of the form
groupId:artifactId:version[:packaging[:classifier]]. User property is: artifact. |
<artifactId> | String | - | The artifactId of the artifact to download. Ignored if
artifact is used. User property is: artifactId. |
<classifier> | String | 2.3 | The classifier of the artifact to download. Ignored if
artifact is used. User property is: classifier. |
<groupId> | String | - | The groupId of the artifact to download. Ignored if
artifact is used. User property is: groupId. |
<packaging> | String | - | The packaging of the artifact to download. Ignored if
artifact is used. Default value is: jar. User property is: packaging. |
<remoteRepositories> | String | - | Repositories in the format id::[layout]::url or just url, separated
by comma. ie.
central::default::http://repo1.maven.apache.org/maven2,myrepo::::http://repo.acme.com,http://repo.acme2.com User property is: remoteRepositories. |
<skip> | boolean | 2.7 | Skip plugin execution completely. Default value is: false. User property is: mdep.skip. |
<transitive> | boolean | - | Download transitively, retrieving the specified artifact and all of
its dependencies. Default value is: true. User property is: transitive. |
<version> | String | - | The version of the artifact to download. Ignored if
artifact is used. User property is: version. |