Repository Maven Config Args
data class RepositoryMavenConfigArgs(val allowSnapshotOverwrites: Output<Boolean>? = null, val versionPolicy: Output<String>? = null) : ConvertibleToJava<RepositoryMavenConfigArgs>
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. Default value is VERSION_POLICY_UNSPECIFIED
. Possible values are: VERSION_POLICY_UNSPECIFIED
, RELEASE
, SNAPSHOT
.