ch.ko123 01e5cf37d9 moved doco
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@401 4033779f-a91e-0410-96ef-6bf7bf53c507
2009-11-01 21:12:40 +00:00
2009-11-01 21:12:40 +00:00
2009-11-01 21:12:40 +00:00
2009-11-01 18:45:25 +00:00
2009-11-01 19:44:33 +00:00

Prerequisites: 

- Java 1.6
- Maven > 2.0.9
	Maven can be downloaded at: http://maven.apache.org/
	At Ubuntu it can be installed with:
	> apt-get install maven2

Building the project
------------------
> cd webgoat
> mvn compile

copy it to the local repository
> mvn install

delete artifacts from previous build:
> mvn clean


Building the Eclipse project files
-------------------------------
> mvn eclipse:eclipse

Afterward the project can be imported within Eclipse:
File -> Import -> General -> Existing Projects into Workspace

Don't forget to declare a classpath variable named M2_REPO, pointing to ~/.m2/repository, otherwise many links to existing jars will be broken.
You can declare new variables in Eclipse in Windows -> Preferences... and selecting Java -> Build Path -> Classpath Variables

Description
WebGoat is a deliberately insecure application
Readme 285 MiB
Languages
JavaScript 51.3%
Java 32.8%
HTML 11.9%
CSS 3.9%