此内容没有您所选择的语言版本。
Chapter 104. MavenArtifact schema reference
Used in: Plugin
The type property is a discriminator that distinguishes use of the MavenArtifact type from JarArtifact, TgzArtifact, ZipArtifact, OtherArtifact. It must have the value maven for the type MavenArtifact.
| Property | Property type | Description |
|---|---|---|
| type | string |
Must be |
| repository | string |
Maven repository to download the artifact from. Applicable to the |
| group | string |
Maven group id. Applicable to the |
| artifact | string |
Maven artifact id. Applicable to the |
| version | string |
Maven version number. Applicable to the |
| insecure | boolean |
By default, connections using TLS are verified to check they are secure. The server certificate used must be valid, trusted, and contain the server name. By setting this option to |