summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-07-01 14:15:33 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-07-01 14:15:33 +0200
commitab2997af203b9961aa841d07c7ef3ccf865dd410 (patch)
tree2bddc274cc0de1b7da37ca777935d637b97fdfa7
parent12bf6f6d669468afe840feaf21fce4e1c6d9be78 (diff)
Define and document properties used by build profile
-rw-r--r--hosted-tenant-base/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index f0d81200ad4..d3339859298 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -39,7 +39,22 @@
<junit.version>5.4.2</junit.version>
<test.categories>!integration</test.categories>
+ <!-- To allow specialized base pom to include additional "test provided" dependencies -->
<bundlePluginExtraTestProvidedDependencies/>
+
+ <!-- Must be specified by specialized base pom -->
+ <endpoint/>
+
+ <!-- Properties that are specified by application pom -->
+ <tenant/>
+ <application/>
+ <instance/>
+ <environment/>
+ <region/>
+ <apiKeyFile/>
+ <apiCertificateFile/>
+ <dataPlaneKeyFile/>
+ <dataPlaneCertificateFile/>
</properties>
<dependencyManagement>