aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/resources/configdefinitions/vespa.hosted.controller.maven.repository.config.maven-repository.def
blob: c83d13770dfe9e6326548258397caf405d57bf84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=vespa.hosted.controller.maven.repository.config


# URL to the Maven repository API that holds artifacts for tenants in the controller's system
#
apiUrl string default=https://repo1.maven.org/maven2/

# Group ID of the artifact to list versions for
#
groupId string default=com.yahoo.vespa

# Artifact ID of the artifact to list versions for
#
artifactId string default=cloud-tenant-base