Full name:
org.apache.maven.plugins:maven-stage-plugin:1.0-alpha-2:copy
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| version | String |
- |
The version of the artifact that is to be copied.
Note: This is currently only used for naming temporary files. All versions of the artifacts will be copied. |
| Name | Type | Since | Description |
|---|---|---|---|
| source | String |
- |
The URL to the source repository. |
| sourceRepositoryId | String |
- |
The id of the source repository, required if you need the
configuration from the user settings. Default value is: source. |
| target | String |
- |
The URL to the target repository.
Note: currently only |
| targetRepositoryId | String |
- |
The id of the target repository, required if you need the
configuration from the user settings. Default value is: target. |
java.lang.StringNo${source}java.lang.StringNo${sourceRepositoryId}sourceNote: currently only scp: URLs are
allowed as a target URL.
java.lang.StringNo${target}java.lang.StringNo${targetRepositoryId}targetNote: This is currently only used for naming temporary files. All versions of the artifacts will be copied.
java.lang.StringYes${version}