Copy lessons into plugin_lessons #254

This commit is contained in:
Nanne Baars 2016-09-09 19:19:15 +02:00
parent 79320e7665
commit 2470be7387

View File

@ -123,7 +123,8 @@ cd ..
cd WebGoat-Lessons
git checkout develop
mvn package
cp target/plugins/*.jar ../WebGoat/webgoat-container/src/main/webapp/plugin_lessons/
(linux) cp target/plugins/*.jar ../WebGoat/webgoat-container/src/main/webapp/plugin_lessons/
(windows) xcopy "target\plugins\*.jar" "..\WebGoat\webgoat-container\src\main\webapp\plugin_lessons\"
cd ..
```