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-8346] Reorganize subprojects #1837

Merged
merged 4 commits into from
Oct 25, 2024
Merged

Conversation

gnodet
Copy link
Contributor

@gnodet gnodet commented Oct 23, 2024

JIRA issue: MNG-8346

  • Script for refactoring
  • Refactor: Reorganize Maven modules into impl and compat directories (this is just the execution of the previous script)

The Maven 4 branch has a bunch of new projects that have been added over the last years, with some incoherent naming. This PR is about moving the files around to make things easier to grasp.
Reorganize subprojects with:

.
├── build
├── api
│   ├── maven-api-cli
│   ├── maven-api-core
│   ├── maven-api-di
│   ├── maven-api-meta
│   ├── maven-api-metadata
│   ├── maven-api-model
│   ├── maven-api-plugin
│   ├── maven-api-settings
│   ├── maven-api-spi
│   ├── maven-api-toolchain
│   ├── maven-api-xml
├── impl
│   ├── maven-cli
│   ├── maven-core
│   ├── maven-di
│   ├── maven-impl
│   ├── maven-jline
│   ├── maven-logging
│   └── maven-xml
├── compat
│   ├── maven-artifact
│   ├── maven-builder-support
│   ├── maven-compat
│   ├── maven-embedder
│   ├── maven-model
│   ├── maven-model-builder
│   ├── maven-plugin-api
│   ├── maven-repository-metadata
│   ├── maven-resolver-provider
│   ├── maven-settings
│   ├── maven-settings-builder
│   ├── maven-toolchain-builder
│   └── maven-toolchain-model
├── maven-docgen
└── apache-maven

This needs to be considered in light of #1829.
Also, this will give more room for integrating ITs back.

@gnodet gnodet force-pushed the MNG-8338-reorg branch 4 times, most recently from ba27d85 to 0ac8a36 Compare October 23, 2024 12:28
@gnodet gnodet added this to the 4.0.0-beta-6 milestone Oct 23, 2024
@gnodet gnodet marked this pull request as ready for review October 23, 2024 12:38
@gnodet gnodet requested a review from cstamas October 23, 2024 12:38
@gnodet gnodet changed the title [MNG-8338] Reorganize subprojects [MNG-8346] Reorganize subprojects Oct 23, 2024
@gnodet gnodet merged commit 13ad637 into apache:master Oct 25, 2024
3 of 7 checks passed
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.

2 participants