From 9d6ae40665319af543dd6b842bba6c78154fb741 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Mon, 22 Jun 2015 13:24:27 +0200 Subject: [PATCH] Updated README for the new classloader module --- README.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index e9bd23827..5d3f6698a 100644 --- a/README.txt +++ b/README.txt @@ -78,9 +78,12 @@ Building the project (Developers) Using a command shell/window: -> cd webgoat +> cd webgoat-classloader +> mvn clean install +> cd .. > mvn clean package +Building the webgoat-classloader is only necessary once, the classloader needs to be present in your local repository. After opening the project in Netbeans or Eclipse, you can easily run the project using maven: > mvn tomcat:run-war