Copy lessons into plugin_lessons #254
This commit is contained in:
parent
79320e7665
commit
2470be7387
@ -123,7 +123,8 @@ cd ..
|
|||||||
cd WebGoat-Lessons
|
cd WebGoat-Lessons
|
||||||
git checkout develop
|
git checkout develop
|
||||||
mvn package
|
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 ..
|
cd ..
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user