From 7b60bd7a745d38fd9e51630b6245c2f227abe830 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Tue, 28 Sep 2021 11:24:44 +0100 Subject: Fix clean up of build file sdctool.tar Fixes clean up/generation of cassandra-init build file sdctool.tar. It was not being deleted during the clean, also not being overwritten during the build. This could cause the file to not be updated during the build process, in case of changes in the content that composes it. Change-Id: I82ba2cfaa0f7d823fcf5cfff27292483a7ff9ea2 Issue-ID: SDC-3741 Signed-off-by: andre.schmid --- asdctool/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'asdctool') diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 5c012596ec..0d4f12dc7b 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -767,6 +767,29 @@ + + org.apache.maven.plugins + maven-clean-plugin + + + clean.sdctool.tar + initialize + + clean + + + + + ${basedir}/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/files/default + + sdctool.tar + + + + + + + org.apache.maven.plugins maven-resources-plugin @@ -781,6 +804,7 @@ ${basedir}/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/files/default + true ${project.parent.basedir}/asdctool/target -- cgit 1.2.3-korg