apicurio-registry:download
Full name:
io.apicurio:apicurio-registry-maven-plugin:3.0.7:download
Description:
Download artifacts.
Attributes:
- Requires a Maven project to be executed.
- The goal is not marked as thread-safe and thus does not support parallel builds.
Required Parameters
| Name | Type | Since | Description | 
|---|---|---|---|
| <artifacts> | List<DownloadArtifact> | - | Set of artifact coordinates to download. | 
| <registryUrl> | String | - | The registry's url. e.g. http://localhost:8080/apis/registry/v3 User Property: apicurio.url | 
Optional Parameters
| Name | Type | Since | Description | 
|---|---|---|---|
| <authServerUrl> | String | - | The URL of the authentication server (if required). User Property: auth.server.url | 
| <clientId> | String | - | The client id to use when authenticating to the auth sever. User Property: client.id | 
| <clientScope> | String | - | The client scope to use when authenticating to the auth sever. User Property: client.scope | 
| <clientSecret> | String | - | The client secret to use when authenticating to the auth sever. User Property: client.secret | 
| <password> | String | - | Authentication credentials: password User Property: password | 
| <username> | String | - | Authentication credentials: username User Property: username | 
Parameter Details
<artifacts>
Set of artifact coordinates to download.
- Type: java.util.List<io.apicurio.registry.maven.DownloadArtifact>
- Required: Yes
<authServerUrl>
The URL of the authentication server (if required).
- Type: java.lang.String
- Required: No
- User Property: auth.server.url
<clientId>
The client id to use when authenticating to the auth sever.
- Type: java.lang.String
- Required: No
- User Property: client.id
<clientScope>
The client scope to use when authenticating to the auth sever.
- Type: java.lang.String
- Required: No
- User Property: client.scope
<clientSecret>
The client secret to use when authenticating to the auth sever.
- Type: java.lang.String
- Required: No
- User Property: client.secret
<password>
Authentication credentials: password
- Type: java.lang.String
- Required: No
- User Property: password
<registryUrl>
The registry's url. e.g. http://localhost:8080/apis/registry/v3
- Type: java.lang.String
- Required: Yes
- User Property: apicurio.url
<username>
Authentication credentials: username
- Type: java.lang.String
- Required: No
- User Property: username
