aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-08-08 05:51:05 -0700
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-08-08 05:51:35 -0700
commit50b6d18dc3ec284655a6e0e396a55c92c502913e (patch)
tree94fcfd3a0c9d96b5571a1b4a84c9ae39b901c719 /pom.xml
parent8bf33437774bd7120bb68a22d0106adcc3a1718d (diff)
Add parameters for spring config file
Add in the description the parameters that can be provided through spring configuration Change-Id: I95cd78f7aa3dd095d91679368ad3b4aeec9ca635 Issue-ID: CLAMP-1 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e76cbf38..57eb8045 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,11 @@
"mvn clean install -Dspring.config.location=classpath:application-test.properties"
The application.properties contains the location of the CLAMP parameters files:
- clds-policy-config.properties and clds-reference.properties
+ - org.onap.clamp.config.files.cldsReference=classpath:/clds/clds-reference.properties
+ - org.onap.clamp.config.files.cldsPolicyConfig=classpath:/clds/clds-policy-config.properties
+ - org.onap.clamp.config.files.cldsUsers=classpath:/clds/clds-users.json
+ - org.onap.clamp.config.files.globalClds=classpath:/clds/globalClds.properties
+
</description>
<properties>