Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MavenRepositoryConfig

import type { MavenRepositoryConfig } from "https://googleapis.deno.dev/v1/artifactregistry:v1.ts";

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

interface MavenRepositoryConfig {
allowSnapshotOverwrites?: boolean;
versionPolicy?: "VERSION_POLICY_UNSPECIFIED" | "RELEASE" | "SNAPSHOT";
}

§Properties

§
allowSnapshotOverwrites?: boolean
[src]

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

§
versionPolicy?: "VERSION_POLICY_UNSPECIFIED" | "RELEASE" | "SNAPSHOT"
[src]

Version policy defines the versions that the registry will accept.