diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-08-08 05:51:05 -0700 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-08-08 05:51:35 -0700 |
commit | 50b6d18dc3ec284655a6e0e396a55c92c502913e (patch) | |
tree | 94fcfd3a0c9d96b5571a1b4a84c9ae39b901c719 /pom.xml | |
parent | 8bf33437774bd7120bb68a22d0106adcc3a1718d (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.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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> |