Skip to content

[MNG-8026] Maven drives regarding scopes#1392

Merged
cstamas merged 2 commits intoapache:masterfrom
cstamas:MNG-8026-step1
Jan 25, 2024
Merged

[MNG-8026] Maven drives regarding scopes#1392
cstamas merged 2 commits intoapache:masterfrom
cstamas:MNG-8026-step1

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
@cstamas cstamas deleted the MNG-8026-step1 branch January 25, 2024 13:58
@jira-importer
Copy link

Resolve #10871

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants