RepositoryMavenConfigArgs

data class RepositoryMavenConfigArgs(val allowSnapshotOverwrites: Output<Boolean>? = null, val versionPolicy: Output<String>? = null) : ConvertibleToJava<RepositoryMavenConfigArgs>

Constructors

Link copied to clipboard
constructor(allowSnapshotOverwrites: Output<Boolean>? = null, versionPolicy: Output<String>? = null)

Properties

Link copied to clipboard
val allowSnapshotOverwrites: Output<Boolean>? = null

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

Link copied to clipboard
val versionPolicy: Output<String>? = null

Version policy defines the versions that the registry will accept. Default value is VERSION_POLICY_UNSPECIFIED. Possible values are: VERSION_POLICY_UNSPECIFIED, RELEASE, SNAPSHOT.

Functions

Link copied to clipboard
open override fun toJava(): RepositoryMavenConfigArgs