MavenRepositoryConfigResponse

data class MavenRepositoryConfigResponse(val allowSnapshotOverwrites: Boolean, val versionPolicy: String)

MavenRepositoryConfig is maven related repository details. Provides additional configuration details for repositories of the maven format type.

Constructors

Link copied to clipboard
fun MavenRepositoryConfigResponse(allowSnapshotOverwrites: Boolean, versionPolicy: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The repository with this flag will allow publishing the same snapshot versions.

Link copied to clipboard

Version policy defines the versions that the registry will accept.