The Apache Maven team is pleased to announce the release of Apache Maven 4.0.0-alpha-12.
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. Maven 4.0.0-alpha-12 is available via https://maven.apache.org/download.cgi This is an alpha release, not suitable for production. If you hit any problem, please raise a JIRA issue or send an email to the mailing list. The full list of changes can be found in our issue management system. Notable changes include: * brings the latest Maven Resolver 2.0.0-alpha-6 * leverages resolver's artifact collection filtering * leverages resolver's new transitive dependency manager * use JLine to provide better line editing * upgrades SLF4j to 2.x * do not resolve projects anymore outside the reactor to provide better consistency during builds The JLine library included in this release is missing the native libraries, which will cause problems on Windows or non-traditional Unix platforms where the JLine's exec provider does not work (see MNG-8017). For more information read https://maven.apache.org/docs/4.0.0-alpha-12/release-notes.html Enjoy ! On behalf of the Apache Maven PMC team Guillaume Nodet