-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] move to org.apache.maven package #186
base: master
Are you sure you want to change the base?
Conversation
olamy
commented
Jun 23, 2022
- bump version to 2.0.0-SNAPSHOT
- move to package org.apache.maven.resolver, bump version to 2.0.0
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
why not using the 4.x window for this as well??? It;s just a package change so really not much compared to all other changes included in 4.x you guys shouldn;t be scared of package change? |
@michael-o @cstamas the goal is to fix the biggest aberration we still have in our code base! Still using org.eclipse package in an Apache project distributed under groupId org.apache.maven |
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
@cstamas this should be tagged 2.0 as well! |
It depends, we can do this only when resolver is completely sealed off from anything else than maven core (so when Maven 4 API is the only thing reachable for plugins). So, it may mean even 3.0... |
The Import-Package specification added in #520, should be adapted in this PR before it lands. |
This PR is scheduled for Resolver 3.0.0, so in far future. |