You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2021/02/02 23:29:51 UTC

[felix-dev] branch master updated: FELIX-6287: set override existing to true for the moditect plugin

This is an automated email from the ASF dual-hosted git repository.

pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new c562829  FELIX-6287: set override existing to true for the moditect plugin
c562829 is described below

commit c562829a9ffd40af2f165a8b4763b4d6759f3c0f
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Wed Feb 3 00:29:36 2021 +0100

    FELIX-6287: set override existing to true for the moditect plugin
---
 framework/pom.xml | 1 +
 main/pom.xml      | 1 +
 2 files changed, 2 insertions(+)

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>