FELIX-6287: set override existing to true for the moditect plugin
diff --git a/framework/pom.xml b/framework/pom.xml
index 0b2499b..a0894ff 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -91,6 +91,7 @@
                     }
                 </moduleInfoSource>
               </module>
+              <overwriteExistingFiles>true</overwriteExistingFiles>
             </configuration>
           </execution>
         </executions>
diff --git a/main/pom.xml b/main/pom.xml
index e3d4e71..e84ed78 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -121,6 +121,7 @@
                 </moduleInfoSource>
                 <mainClass>org.apache.felix.main.Main</mainClass>
               </module>
+              <overwriteExistingFiles>true</overwriteExistingFiles>
             </configuration>
           </execution>
         </executions>