Updated Quick Build information.

This commit is contained in:
Karl Heinz Marbaise 2018-11-08 20:56:48 +01:00
parent 0ee5dfb0ff
commit 114a0e9c7a
No known key found for this signature in database
GPG Key ID: BF1518E0160788A2
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ If you want to bootstrap Maven, you'll need:
- 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
mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.6.x-SNAPSHOT" clean package
```