summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e76cbf383..57eb80456 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>