From d0dace5be9741f2e6805f132a70a9df23d8e403c Mon Sep 17 00:00:00 2001 From: Timo Stripf Date: Wed, 21 Jan 2026 13:06:05 +0100 Subject: [PATCH] Fix native fragment POM plugin blocks --- bundles/com.emmtrix.isl.native.linux.x86_64/pom.xml | 2 ++ bundles/com.emmtrix.isl.native.macosx.aarch64/pom.xml | 2 ++ bundles/com.emmtrix.isl.native.win32.x86_64/pom.xml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/bundles/com.emmtrix.isl.native.linux.x86_64/pom.xml b/bundles/com.emmtrix.isl.native.linux.x86_64/pom.xml index 16b1f60..1c5f675 100644 --- a/bundles/com.emmtrix.isl.native.linux.x86_64/pom.xml +++ b/bundles/com.emmtrix.isl.native.linux.x86_64/pom.xml @@ -27,6 +27,8 @@ none + + org.apache.felix maven-bundle-plugin ${maven.bundle.plugin.version} diff --git a/bundles/com.emmtrix.isl.native.macosx.aarch64/pom.xml b/bundles/com.emmtrix.isl.native.macosx.aarch64/pom.xml index 0df329c..44c68c1 100644 --- a/bundles/com.emmtrix.isl.native.macosx.aarch64/pom.xml +++ b/bundles/com.emmtrix.isl.native.macosx.aarch64/pom.xml @@ -27,6 +27,8 @@ none + + org.apache.felix maven-bundle-plugin ${maven.bundle.plugin.version} diff --git a/bundles/com.emmtrix.isl.native.win32.x86_64/pom.xml b/bundles/com.emmtrix.isl.native.win32.x86_64/pom.xml index 79c3d09..061fd33 100644 --- a/bundles/com.emmtrix.isl.native.win32.x86_64/pom.xml +++ b/bundles/com.emmtrix.isl.native.win32.x86_64/pom.xml @@ -27,6 +27,8 @@ none + + org.apache.felix maven-bundle-plugin ${maven.bundle.plugin.version}