You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2018/05/05 11:00:18 UTC

[maven] branch master updated: 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

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 97e8a2b  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
97e8a2b is described below

commit 97e8a2b86178c1043a488fa7b8242a6315946bf5
Author: olivier lamy <ol...@apache.org>
AuthorDate: Sat May 5 20:59:58 2018 +1000

    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 <ol...@apache.org>
---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index ed81c33..aeaeff1 100644
--- a/README.md
+++ b/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

-- 
To stop receiving notification emails like this one, please contact
olamy@apache.org.