From 402da06495995248bf09eb89675ef0adf9efc118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Sun, 12 Jan 2025 07:48:34 +0100 Subject: [PATCH] Fix maven group id to match the actual deployment Since a long while equinox is deployed to the org.eclipse.platform group id, but in the P2 maven metadata this is currently recorded as 'org.eclipse.equinox', this confuses tools like Tycho that try to match P2 to maven metadata (and is not very helpful at all) This now fixes the issue for the bundles (as features are not deployed at the moment anyways) --- bundles/build.properties | 1 + bundles/org.eclipse.osgi/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 bundles/build.properties diff --git a/bundles/build.properties b/bundles/build.properties new file mode 100644 index 0000000000..b0dc505d73 --- /dev/null +++ b/bundles/build.properties @@ -0,0 +1 @@ +pom.model.groupId=org.eclipse.platform diff --git a/bundles/org.eclipse.osgi/pom.xml b/bundles/org.eclipse.osgi/pom.xml index b4d21694a9..228e62a3f5 100644 --- a/bundles/org.eclipse.osgi/pom.xml +++ b/bundles/org.eclipse.osgi/pom.xml @@ -17,7 +17,7 @@ 4.35.0-SNAPSHOT ../../ - org.eclipse.osgi + org.eclipse.platform org.eclipse.osgi 3.23.0-SNAPSHOT eclipse-plugin