From a2208b23f8e9b2a54feecb440d3431da146cb226 Mon Sep 17 00:00:00 2001 From: Salesforce Bob Lightning <39457343+SalesforceBobLightning@users.noreply.github.com> Date: Tue, 8 Jan 2019 12:23:53 +0000 Subject: [PATCH] Added mention of -DskipTests=true --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e7e9223..2a29f4c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ How to Use To run the test, use the command `mvn test` in the base directory +If you are having issues when using comment `mvn install package` then try `mvn install packagw -D skipTests=true` + Note ====