aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/resources/configdefinitions/vespa.hosted.controller.maven.repository.config.maven-repository.def
blob: 53b1e79900fed0485bc090f0ebf23668efed4ada (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Yahoo. 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