diff options
author | k.kedron <k.kedron@partner.samsung.com> | 2020-03-17 17:02:31 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-03-18 09:36:58 +0000 |
commit | 6effd851716a792cb500b9418379478d64f390e7 (patch) | |
tree | 0f8d32baf1f623a61281e1e68b217e171cb54a2e | |
parent | 46b51c61f42bb4661ec389a3f3544f494b3ef014 (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
-rw-r--r-- | catalog-be/pom.xml | 1 |
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> |