- Maven Install Command Line
- Maven Commands List
- Maven Command Line Options
- Maven Mvn Command Line Options
Downloading Apache Maven 3.6.3
Apache Maven 3.6.3 is the latest release and recommended version for all users.
Download maven and extract it; Add JAVAHOME and MAVENHOME in environment variable; Add maven path in environment variable; Verify Maven; 1) Download Maven. To install maven on windows, you need to download apache maven first. Download Maven latest Maven software from Download latest version of Maven. For example: apache-maven-3.1.1-bin.zip.
The currently selected download mirror is https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/. If you encounter a problem with this mirror, please select another mirror. If all mirrors are failing, there are backup mirrors (at the end of the mirrors list) that should be available. You may also consult the complete list of mirrors.
Maven Install Command Line
System Requirements
Java Development Kit (JDK) | Maven 3.3+ require JDK 1.7 or above to execute - they still allow you to build against 1.3 and other JDK versions by Using Toolchains |
Memory | No minimum requirement |
Disk | Approximately 10MB is required for the Maven installation itself. In addition to that, additional disk space will be used for your local Maven repository. The size of your local repository will vary depending on usage but expect at least 500MB. |
Operating System | No minimum requirement. Start up scripts are included as shell scripts and Windows batch files. |
Files
Maven is distributed in several formats for your convenience. Simply pick a ready-made binary distribution archive and follow the installation instructions. Use a source archive if you intend to build Maven yourself.
In order to guard against corrupted downloads/installations, it is highly recommended to verify the signature of the release bundles against the public KEYS used by the Apache Maven developers.
Link | Checksums | Signature | |
---|---|---|---|
Binary tar.gz archive | apache-maven-3.6.3-bin.tar.gz | apache-maven-3.6.3-bin.tar.gz.sha512 | apache-maven-3.6.3-bin.tar.gz.asc |
Binary zip archive | apache-maven-3.6.3-bin.zip | apache-maven-3.6.3-bin.zip.sha512 | apache-maven-3.6.3-bin.zip.asc |
Source tar.gz archive | apache-maven-3.6.3-src.tar.gz | apache-maven-3.6.3-src.tar.gz.sha512 | apache-maven-3.6.3-src.tar.gz.asc |
Source zip archive | apache-maven-3.6.3-src.zip | apache-maven-3.6.3-src.zip.sha512 | apache-maven-3.6.3-src.zip.asc |
- Distributed under the Apache License, version 2.0
Maven Commands List
Previous Releases
Maven Command Line Options
It is strongly recommended to use the latest release version of Apache Maven to take advantage of newest features and bug fixes.
Maven Mvn Command Line Options
If you still want to use an old version you can find more information in the Maven Releases History and can download files from the archives for versions 3.0.4+ and legacy archives for earlier releases.