Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 92. 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 | Description |
|---|---|
| repository |
Maven repository to download the artifact from. Applicable to the |
| string | |
| group |
Maven group id. Applicable to the |
| string | |
| artifact |
Maven artifact id. Applicable to the |
| string | |
| version |
Maven version number. Applicable to the |
| string | |
| insecure |
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 |
| boolean | |
| type |
Must be |
| string |