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:
olivier lamy 2018-05-05 20:59:58 +10:00
parent 9c118d34c9
commit 97e8a2b861
1 changed files with 10 additions and 0 deletions

View File

@ -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