Add parameters for spring config file 85/6985/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 8 Aug 2017 12:51:05 +0000 (05:51 -0700)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 8 Aug 2017 12:51:35 +0000 (05:51 -0700)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index e76cbf3..57eb804 100644 (file)
--- a/pom.xml
+++ b/pom.xml
            "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>