maven/impl
Tamas Cservenak 4f79f2d876
[MNG-8332] Detach CLIng from deprecated Embedder (#1882)
Detach maven-cli from maven-embedder (deprecated). Basically, classes are copied from embedder to cli, while embedder points to old classes and cli to new classes. **One important exception is logging**: the classes are _moved_ to cli, and embedder modified to use those classes (and dependency reversed: embedder now depends on cli). Reason is Verifier, that still calls into "hack method" of deprecated MavenCli, and then without logging classes move would explode due casting.

---

https://issues.apache.org/jira/browse/MNG-8332
2024-11-08 09:49:11 +01:00
..
maven-cli [MNG-8332] Detach CLIng from deprecated Embedder (#1882) 2024-11-08 09:49:11 +01:00
maven-core Add maven.repo.local.head (#1881) 2024-11-07 11:14:15 +01:00
maven-di Better subproject names (#1853) 2024-10-25 15:40:16 +02:00
maven-impl [MNG-8362] Adding some missing config properties (#1861) 2024-11-05 17:06:57 +01:00
maven-jline Better subproject names (#1853) 2024-10-25 15:40:16 +02:00
maven-logging Better subproject names (#1853) 2024-10-25 15:40:16 +02:00
maven-xml Better subproject names (#1853) 2024-10-25 15:40:16 +02:00
pom.xml Better subproject names (#1853) 2024-10-25 15:40:16 +02:00