From: k.kedron Date: Tue, 17 Mar 2020 16:02:31 +0000 (+0100) Subject: Fixed issue with not updating the context.xml X-Git-Tag: 1.7.0~304 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6effd851716a792cb500b9418379478d64f390e7;p=sdc.git Fixed issue with not updating the context.xml Added the context.xml to maven-clean-plugin to prevent issue with updating the sdc project.version (mismatch of the version in context.xml file). Issue-ID: SDC-2829 Signed-off-by: Krystian Kedron Change-Id: I0d87ce3a9ac82e4d77c2affc1ab76e81a04c4dd6 --- diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index dae98642a4..3f09db86ce 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -834,6 +834,7 @@ false *.war + context.xml