Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2021-02-03 16:31:29 +0000
committerThomas Watson2021-02-03 16:31:29 +0000
commit1504c048edf4b3ec5e598a9bd6e012713898972d (patch)
tree058335dcee57b5ae813f87ac81c6d6ed753875e5
parentc27f641866161676d97f5dc73bb14ba0a759054a (diff)
downloadrt.equinox.framework-1504c048edf4b3ec5e598a9bd6e012713898972d.tar.gz
rt.equinox.framework-1504c048edf4b3ec5e598a9bd6e012713898972d.tar.xz
rt.equinox.framework-1504c048edf4b3ec5e598a9bd6e012713898972d.zip
Work around issue with building without cleanI20210203-1800
Change-Id: I6e3037f16a561a9e05a63d41cc9be958090427b3 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--bundles/org.eclipse.osgi/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/pom.xml b/bundles/org.eclipse.osgi/pom.xml
index 8affd91ec..9f8f6a8a4 100644
--- a/bundles/org.eclipse.osgi/pom.xml
+++ b/bundles/org.eclipse.osgi/pom.xml
@@ -105,6 +105,7 @@ open module org.eclipse.osgi {
}
</moduleInfoSource>
</module>
+ <overwriteExistingFiles>true</overwriteExistingFiles>
</configuration>
</execution>
</executions>

Back to the top