Apache Software Foundation is announcing that Apache Maven with version number 3.3.9 is already available to download.
What is Apache Maven ?
Apache Maven is .
Apache Maven is one of Apache's most successful projects, right there next to its HTTPD and Tomcat servers, Ant build system, and Cassandra and CouchDB databases. Maven as a tool targets developers only and is a seamless development environment for Java programming that will automate various common operations encountered and carried out during the process of setting up, coding, and deploying a project. Developers can automate project builds, render changelogs, keep separate codebases, run unit tests, get code coverage reports, manage dependencies, and even run mailing lists from a Maven installation. A single Maven installation can be used to manage unlimited projects, and the project also benefits from a free JAR repository for automatically downloading and installing repositories automatically, just like Perl's famous CPAN and Node.js' npm repos. All of this is handled via POM, the Project Object Model, and its famous pom.xml configuration files you find in almost all of today's Java-based projects. If you've seen it, then probably the project is managed using Maven.
This is changelog for Apache Maven version 3.3.9 :
You can read the complete changelog and also download this latest version on their homepage:
maven.apache.org