quick update of README, removing -DskipTests

This commit is contained in:
Jason White 2016-12-07 09:02:25 -05:00
parent 3ab86d69ca
commit f8c4d2232b

View File

@ -136,11 +136,10 @@ git clone git@github.com:WebGoat/WebGoat.git
#### Now let's start by compiling the project. #### 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 ```Shell
cd WebGoat cd WebGoat
git checkout develop 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. #### Now we are ready to run the project. WebGoat 8.x is using Spring-Boot.