mirror of https://github.com/apache/maven.git
because it is so more convenient to have this quick guide here when you are using a console to build maven and do not want to open some web link
Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
parent
9c118d34c9
commit
97e8a2b861
10
README.md
10
README.md
|
@ -64,6 +64,16 @@ License
|
|||
-------
|
||||
[Apache License, Version 2.0, January 2004][license]
|
||||
|
||||
Quick Build
|
||||
-------
|
||||
If you want to bootstrap Maven, you'll need:
|
||||
- Java 1.7+
|
||||
- Maven 3.0.5 or later
|
||||
-Run Maven, specifying a location into which the completed Maven distro should be installed:
|
||||
```
|
||||
mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.5.x-SNAPSHOT" clean package
|
||||
```
|
||||
|
||||
|
||||
[home]: https://maven.apache.org/
|
||||
[license]: https://www.apache.org/licenses/LICENSE-2.0
|
||||
|
|
Loading…
Reference in New Issue