From 9ea0e262d12f2a091daffb66191165bb650dbd68 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Thu, 26 Sep 2019 13:07:32 -0400 Subject: Fixing distribution and properties Excluding to embedd Target path, and renaming blueprint to blueprints in properties Issue-ID: CCSDK-1758 Signed-off-by: Singal, Kapil (ks220y) Change-Id: Ie6f0ff177e0945fb252710a425a16afade1b01a3 --- .../application/src/main/docker/distribution.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'ms/blueprintsprocessor/application/src/main/docker') diff --git a/ms/blueprintsprocessor/application/src/main/docker/distribution.xml b/ms/blueprintsprocessor/application/src/main/docker/distribution.xml index 2ff3739df..aed417581 100755 --- a/ms/blueprintsprocessor/application/src/main/docker/distribution.xml +++ b/ms/blueprintsprocessor/application/src/main/docker/distribution.xml @@ -26,7 +26,7 @@ - /opt/app/onap/lib + opt/app/onap/lib ${artifact.groupId}-${artifact.artifactId}-${artifact.version}${dashClassifier?}.${artifact.extension} org.slf4j:slf4j-simple @@ -41,21 +41,24 @@ application.properties logback.xml - /opt/app/onap/config + opt/app/onap/config true ${project.basedir}/../../../components/model-catalog - /opt/app/onap/model-catalog + opt/app/onap/model-catalog blueprint-model/service-blueprint/** definition-type/starter-type/** resource-dictionary/starter-dictionary/** + + **/target/** + ${project.basedir}/../../../components/scripts/python - /opt/app/onap/scripts/jython + opt/app/onap/scripts/jython true -- cgit 1.2.3-korg