From ff6f166e6a55f98abd2d19052e75aa2a4740a912 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Mon, 17 Aug 2020 10:56:59 -0400 Subject: Fixing and Refactoring Pom Changing parent reference to avoid relative path issue and adding copyright header to new pom Issue-ID: CCSDK-2642 Signed-off-by: Singal, Kapil (ks220y) Change-Id: Ibd6a6867eea9849cc1ddc37e9accdba6b4ddca09 --- .../cba-assembly-descriptor/pom.xml | 34 +++++++++++---- .../src/main/resources/assemblies/cba_zip.xml | 48 +++++++++++----------- .../test-blueprint-kotlin-parent/pom.xml | 4 +- 3 files changed, 51 insertions(+), 35 deletions(-) diff --git a/components/model-catalog/blueprint-model/cba-assembly-descriptor/pom.xml b/components/model-catalog/blueprint-model/cba-assembly-descriptor/pom.xml index e918cc214..5a2432953 100644 --- a/components/model-catalog/blueprint-model/cba-assembly-descriptor/pom.xml +++ b/components/model-catalog/blueprint-model/cba-assembly-descriptor/pom.xml @@ -1,11 +1,27 @@ - - 4.0.0 - org.onap.ccsdk.cds.blueprintsprocessor - cba-assembly-descriptor - 1.0.0-SNAPSHOT - CBA - Assembly Sescriptor - Shared assembly descriptor + + + + 4.0.0 + + org.onap.ccsdk.cds.blueprintsprocessor + cba-assembly-descriptor + 1.0.0-SNAPSHOT + + CBA - Assembly Sescriptor + Shared assembly descriptor \ No newline at end of file diff --git a/components/model-catalog/blueprint-model/cba-assembly-descriptor/src/main/resources/assemblies/cba_zip.xml b/components/model-catalog/blueprint-model/cba-assembly-descriptor/src/main/resources/assemblies/cba_zip.xml index 71a3c8d44..c6c3bde71 100644 --- a/components/model-catalog/blueprint-model/cba-assembly-descriptor/src/main/resources/assemblies/cba_zip.xml +++ b/components/model-catalog/blueprint-model/cba-assembly-descriptor/src/main/resources/assemblies/cba_zip.xml @@ -16,28 +16,28 @@ --> - - cba - - zip - - false - - - ${project.basedir} - - Definitions/** - Distribution/** - Environments/** - Plans/** - Others/** - Scripts/** - Templates/** - TOSCA-Metadata/** - pom.xml - - - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd"> + + cba + + zip + + false + + + ${project.basedir} + + Definitions/** + Distribution/** + Environments/** + Plans/** + Others/** + Scripts/** + Templates/** + TOSCA-Metadata/** + pom.xml + + + \ No newline at end of file diff --git a/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml b/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml index 1459531ec..de321f86f 100644 --- a/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml @@ -19,8 +19,8 @@ 4.0.0 - org.onap.ccsdk.cds.blueprintsprocessor - cba-parent + org.onap.ccsdk.cds.cba + blueprint-model 1.0.0-SNAPSHOT -- cgit 1.2.3-korg