From f42670da77dabfb638c6b180ac7133ec869ecc69 Mon Sep 17 00:00:00 2001 From: da490c Date: Tue, 17 Jul 2018 14:04:07 -0400 Subject: Implement Spring Profile Sparky Config Issue-ID: AAI-1379 Change-Id: I5d56b766f681452abe7e61b307e008bc5a695814 Signed-off-by: da490c --- sparkybe-onap-application/pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'sparkybe-onap-application/pom.xml') diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 287debe..622ac67 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -452,6 +452,37 @@ + + org.apache.maven.plugins + maven-resources-plugin + + + copy-config-to-target + package + + copy-resources + + + target/config + true + + + ${basedir}/config + true + + **/* + + + **/auth/* + + + + + + + + + org.apache.maven.plugins maven-dependency-plugin -- cgit 1.2.3-korg