From 6effd851716a792cb500b9418379478d64f390e7 Mon Sep 17 00:00:00 2001 From: "k.kedron" Date: Tue, 17 Mar 2020 17:02:31 +0100 Subject: 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 --- catalog-be/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'catalog-be/pom.xml') 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 -- cgit 1.2.3-korg