2432 Forks
3537 Stars
3537 Watchers

maven

Apache Maven core

How to download and setup maven

Open terminal and run command
git clone https://github.com/apache/maven.git
git clone is used to create a copy or clone of maven repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with maven https://github.com/apache/maven/archive/master.zip

Or simply clone maven with SSH
[email protected]:apache/maven.git

If you have some problems with maven

You may open issue on maven support forum (system) here: https://github.com/apache/maven/issues