From 65279626aae2c414f023a85feb9e3fee41e7215c Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Fri, 6 Sep 2019 14:37:04 -0400 Subject: Refactor distribution module to application. Change-Id: If6451215e1d1c3b1b5963bbe5c6cda1532f01ac5 Issue-ID: CCSDK-1697 Signed-off-by: Brinda Santh --- .../application/src/main/docker/distribution.xml | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100755 ms/blueprintsprocessor/application/src/main/docker/distribution.xml (limited to 'ms/blueprintsprocessor/application/src/main/docker/distribution.xml') diff --git a/ms/blueprintsprocessor/application/src/main/docker/distribution.xml b/ms/blueprintsprocessor/application/src/main/docker/distribution.xml new file mode 100755 index 000000000..2ff3739df --- /dev/null +++ b/ms/blueprintsprocessor/application/src/main/docker/distribution.xml @@ -0,0 +1,62 @@ + + + + + + ${assembly.id} + + tar.gz + + + + /opt/app/onap/lib + ${artifact.groupId}-${artifact.artifactId}-${artifact.version}${dashClassifier?}.${artifact.extension} + + org.slf4j:slf4j-simple + org.apache.karaf.* + + + + + + ${project.basedir}/src/main/resources + + application.properties + logback.xml + + /opt/app/onap/config + true + + + ${project.basedir}/../../../components/model-catalog + /opt/app/onap/model-catalog + + blueprint-model/service-blueprint/** + definition-type/starter-type/** + resource-dictionary/starter-dictionary/** + + + + ${project.basedir}/../../../components/scripts/python + /opt/app/onap/scripts/jython + true + + + \ No newline at end of file -- cgit 1.2.3-korg