From f8c4d2232bb37960688493a478a17847f8f03d84 Mon Sep 17 00:00:00 2001 From: Jason White <jason.white@owasp.org> Date: Wed, 7 Dec 2016 09:02:25 -0500 Subject: [PATCH] quick update of README, removing -DskipTests --- README.MD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.MD b/README.MD index a9544998e..25e6868a1 100644 --- a/README.MD +++ b/README.MD @@ -136,11 +136,10 @@ git clone git@github.com:WebGoat/WebGoat.git #### Now let's start by compiling the project. -*NOTE*: the -DskipTests below is temporary, until we root out an issue (but we didn't want to delay updating these instructions anymore) ```Shell cd WebGoat git checkout develop -mvn clean package -DskipTests=true +mvn clean package ``` #### Now we are ready to run the project. WebGoat 8.x is using Spring-Boot.