Fixed issue with not updating the context.xml 06/103806/3
authork.kedron <k.kedron@partner.samsung.com>
Tue, 17 Mar 2020 16:02:31 +0000 (17:02 +0100)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Wed, 18 Mar 2020 09:36:58 +0000 (09:36 +0000)
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

catalog-be/pom.xml

index dae9864..3f09db8 100644 (file)
                                     <followSymlinks>false</followSymlinks>
                                     <includes>
                                         <include>*.war</include>
+                                        <include>context.xml</include>
                                     </includes>
                                 </fileset>
                                 <fileset>