We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de2baf commit 6b8534fCopy full SHA for 6b8534f
benchmarks/GENUINE/WebGoat.sh
@@ -22,8 +22,8 @@ mvn clean install -DskipTests
22
23
# 5. Create the following files representing the entry point to WebGoat:
24
mkdir -p __MAIN__/src/main/java
25
-cp ../WebGoat_sh_files/Main.java __MAIN__/src/main/java/Main.java
26
-cp ../WebGoat_sh_files/pom.xml __MAIN__/pom.xml
+cp ../WebGoat_files/Main.java __MAIN__/src/main/java/Main.java
+cp ../WebGoat_files/pom.xml __MAIN__/pom.xml
27
28
# 6. copy ../../LIBRARIES/models/model/src/main/java/org to ./__MAIN__/src/main/java/
29
cp -r ../../LIBRARIES/models/model/src/main/java/org __MAIN__/src/main/java/
benchmarks/GENUINE/WebGoat_sh_files/Main.java renamed to benchmarks/GENUINE/WebGoat_files/Main.java
benchmarks/GENUINE/WebGoat_sh_files/pom.xml renamed to benchmarks/GENUINE/WebGoat_files/pom.xml
benchmarks/GENUINE/WebGoat_sh_files/build.py
0 commit comments