Output of the Maven artifact download task.
Provides access to the execution paths of the downloaded artifacts.
Summary
ArtifactPaths | List of execution paths of the downloaded artifacts. |
Configuration | The Maven configuration that was used during the operation. |
Coordinates | List of the coordinates of the downloaded artifacts. |
DownloadResults | List of download results for each downloaded artifact. |
Fields
Collection of SakerPath
List of execution paths of the downloaded artifacts.
The Maven configuration that was used during the operation.
This field can be passed to other Maven related tasks for their configurations.
Collection of ArtifactCoordinates
List of the coordinates of the downloaded artifacts.
Collection of ArtifactDownloadWorkerTaskOutput
List of download results for each downloaded artifact.
Each result element provides access to the coordinates and execution path of the artifact.