From a736e4b9ee52344a30a13b9de3998f975d34d50e Mon Sep 17 00:00:00 2001 From: parrt Date: Sat, 19 Nov 2016 11:15:31 -0800 Subject: [PATCH] tweak doc --- doc/building-antlr.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/building-antlr.md b/doc/building-antlr.md index effd39821..b0d844760 100644 --- a/doc/building-antlr.md +++ b/doc/building-antlr.md @@ -70,7 +70,8 @@ $ brew install node To run the tests and **install into local repository** `~/.m2/repository/org/antlr`, do this: ```bash -$ mvn install +$ mvn install -DskipTests=true # make sure all artifacts are visible on this machine +$ mvn install # now "do it with feeling" ... ------------------------------------------------------- T E S T S