mirror of https://github.com/apache/maven.git
4f79f2d876
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 |
||
---|---|---|
.. | ||
maven-cli | ||
maven-core | ||
maven-di | ||
maven-impl | ||
maven-jline | ||
maven-logging | ||
maven-xml | ||
pom.xml |