Clean normatives file during mvn clean 09/107309/2
authorandre.schmid <andre.schmid@est.tech>
Thu, 7 May 2020 08:15:56 +0000 (09:15 +0100)
committerOjas Dubey <Ojas.Dubey@amdocs.com>
Fri, 8 May 2020 07:49:01 +0000 (07:49 +0000)
The configuration to clean the normatives.tar.gz was incorrect,
so the file was not being cleaned up during mvn clean, which
could create an inconsistent sdc-backend-init docker image.

Change-Id: I15e3f4c49f404c147532c88c50f131cb61aea9c0
Issue-ID: SDC-3041
Signed-off-by: andre.schmid <andre.schmid@est.tech>
catalog-be/pom.xml

index 27c4849..a74d594 100644 (file)
                   </includes>
                 </fileset>
                 <fileset>
-                  <directory>
-                    ${project.basedir}/sdc-backend-init/chef-repo/cookbooks/sdc-normatives/files/default
-                  </directory>
+                  <directory>sdc-backend-init/chef-repo/cookbooks/sdc-catalog-be-setup/files/default</directory>
                   <followSymlinks>false</followSymlinks>
                   <includes>
                     <include>normatives.tar.gz</include>