summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--catalog-be/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index 3f09db86ce..66e9dc0173 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -990,7 +990,7 @@
<phase>validate</phase>
<configuration>
<target>
- <copy file="sdc-backend/context.xml.template" tofile="sdc-backend/context.xml"/>
+ <copy file="sdc-backend/context.xml.template" tofile="sdc-backend/context.xml" overwrite="true"/>
</target>
</configuration>
<goals>