summaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/resources/configdefinitions/vespa.hosted.controller.maven.repository.config.maven-repository.def
blob: 0fd2d410e9bad08bc73146dd0e004c8c10fb4c4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2019 Oath Inc. 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://repo.maven.apache.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=tenant-base