Skip to content
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

[MNG-8026] Maven drives regarding scopes #1392

Merged
merged 2 commits into from
Jan 25, 2024
Merged

Conversation

cstamas
Copy link
Member

@cstamas cstamas commented Jan 25, 2024

Maven should be fully in control regarding dependency scope definitions and their interpretations (and transformations).
This PR makes following changes:

  • no change in behaviour (all works as before), but
  • maven codebase contains now all the code related to scopes
  • no resolver code is in use that was deprecated (as it was wrong to have it in resolver), see issue MRESOLVER-471
  • this also stops scope definitions duplication as well, they are now defined in one single project: Maven

https://issues.apache.org/jira/browse/MNG-8026

This is step one: basically moved (copied, as resolver bits
are deprecated) all the classes dealing with scopes (and
their interpretation) to Maven.

---

https://issues.apache.org/jira/browse/MNG-8026
@cstamas cstamas requested a review from gnodet January 25, 2024 11:01
@cstamas cstamas self-assigned this Jan 25, 2024
@cstamas cstamas marked this pull request as ready for review January 25, 2024 11:01
@cstamas cstamas added this to the 4.0.0-alpha-13 milestone Jan 25, 2024
@cstamas cstamas merged commit 20f7cfc into apache:master Jan 25, 2024
18 checks passed
@cstamas cstamas deleted the MNG-8026-step1 branch January 25, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants