Revert change assembly descriptor id 50/112650/1
authorJozsef Csongvai <jozsef.csongvai@bell.ca>
Mon, 14 Sep 2020 22:28:32 +0000 (18:28 -0400)
committerJozsef Csongvai <jozsef.csongvai@bell.ca>
Mon, 14 Sep 2020 22:31:49 +0000 (18:31 -0400)
Changing ID also changes the file name of the zipfile.
This caused the -Pdeploy-cba to fail as it was expecting
a file with ending *-cba.zip, instead it got *-cba_zip.zip

Issue-ID: CCSDK-2787
Change-Id: I825218724fd917a69a727cb1945cf313c950b27f
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
components/model-catalog/blueprint-model/cba-assembly-descriptor/src/main/resources/assemblies/cba_zip.xml

index 4d16bc8..c6c3bde 100644 (file)
@@ -19,7 +19,7 @@
           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">
     <!-- create a tar.gz file containing the projects dependencies -->
-    <id>cba_zip</id>
+    <id>cba</id>
     <formats>
         <format>zip</format>
     </formats>