From 8de37f9d3035b4a41e696b967f2222806c250925 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Fri, 11 Sep 2020 13:58:42 -0400 Subject: Refactoring poms groupId artifactId Issue-ID: CCSDK-2787 Signed-off-by: Singal, Kapil (ks220y) Change-Id: Ica64f0c793beabb47950c7bf1eede63a0dbf3cea --- components/cba-parent/pom.xml | 74 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 components/cba-parent/pom.xml (limited to 'components/cba-parent/pom.xml') diff --git a/components/cba-parent/pom.xml b/components/cba-parent/pom.xml new file mode 100644 index 000000000..f4630d8e6 --- /dev/null +++ b/components/cba-parent/pom.xml @@ -0,0 +1,74 @@ + + + + + 4.0.0 + + + org.onap.ccsdk.cds.blueprintsprocessor + blueprintsprocessor-parent + 1.0.0-SNAPSHOT + ../../ms/blueprintsprocessor/parent + + + cba-parent + pom + + Components CBA Parent + + + ${project.basedir}/Scripts/kotlin + ${project.basedir}/Tests/kotlin + + + ${project.basedir}/Environments + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + + + compile + compile + + compile + + + + ${project.basedir}/Scripts/kotlin + + + + + test-compile + test-compile + + test-compile + + + + ${project.basedir}/Tests/kotlin + + + + + + + + -- cgit 1.2.3-korg