Updated README for the new classloader module

This commit is contained in:
Nanne Baars 2015-06-22 13:24:27 +02:00
parent 08beac23b5
commit 9d6ae40665

View File

@ -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