A build automation tool for PC used primarily for Java projects

Apache Maven

Apache Maven 3.9.9

  -  8.8 MB  -  Open Source

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Apache Maven 3.9.9.


For those interested in downloading the most recent release of Apache Maven or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

Why is this app published on FileHorse? (More info)
  • Apache Maven 3.9.9 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Apache Maven 3.9.9 Screenshot 1
  • Apache Maven 3.9.9 Screenshot 2
  • Apache Maven 3.9.9 Screenshot 3
  • Apache Maven 3.9.9 Screenshot 4
  • Apache Maven 3.9.9 Screenshot 5

What's new in this version:

Potentially Breaking Core Changes (if migrating from 3.8.x):
- The Maven Resolver transport has changed from Wagon to “native HTTP”, see Resolver Transport guide
- Maven 2.x was auto-injecting an ancient version of plexus-utils dependency into the plugin classpath, and Maven 3.x continued doing this to preserve backward compatibility. Starting with Maven 3.9, it does not happen anymore. This change may lead to plugin breakage. The fix for affected plugin maintainers is to explicitly declare a dependency on plexus-utils. The workaround for affected plugin users is to add this dependency to plugin dependencies until issue is fixed by the affected plugin maintainer. See MNG-6965.
- Mojos are prevented to bootstrap new instance of RepositorySystem (for example by using deprecated ServiceLocator), they should reuse RepositorySystem instance provided by Maven instead. See MNG-7471.
- Each line in .mvn/maven.config is now interpreted as a single argument. That is, if the file contains multiple arguments, these must now be placed on separate lines, see MNG-7684.
- System and user properties handling cleanup, see MNG-7556. As a consequence, this may introduce breakage in environments where the user properties were used to set system properties or other way around, for example see MNG-7887.
- Plugins and extensions used by your build are checked against Maven supported APIs and conventions: this “plugin validation” may report WARNINGs at the end of your build. See plugin validation documentation to better understand what to do when your build suffers from such warnings.