Skip to content

Commit

Permalink
Fix maven group id to match the actual deployment
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
laeubi committed Jan 12, 2025
1 parent a1c46e9 commit cdb5cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bundles/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pom.model.groupId=org.eclipse.platform
2 changes: 1 addition & 1 deletion bundles/org.eclipse.osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<version>4.35.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.osgi</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi</artifactId>
<version>3.23.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Expand Down

0 comments on commit cdb5cbc

Please sign in to comment.