summaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
diff options
context:
space:
mode:
authork.kedron <k.kedron@partner.samsung.com>2020-03-17 17:02:31 +0100
committerOfir Sonsino <ofir.sonsino@intl.att.com>2020-03-18 09:36:58 +0000
commit6effd851716a792cb500b9418379478d64f390e7 (patch)
tree0f8d32baf1f623a61281e1e68b217e171cb54a2e /catalog-be/pom.xml
parent46b51c61f42bb4661ec389a3f3544f494b3ef014 (diff)
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 <k.kedron@partner.samsung.com> Change-Id: I0d87ce3a9ac82e4d77c2affc1ab76e81a04c4dd6
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml1
1 files changed, 1 insertions, 0 deletions
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 @@
<followSymlinks>false</followSymlinks>
<includes>
<include>*.war</include>
+ <include>context.xml</include>
</includes>
</fileset>
<fileset>