Closed
Description
On the https://github.com/WebGoat/WebGoat page,
I am trying to install on Windows 10,
cp target/plugins/_.jar ../WebGoat/webgoat-container/src/main/webapp/plugin_lessons/
does not work.
This seemed to work:
xcopy "target\plugins_.jar" "C:\WebGoat\webgoat-container\src\main\webapp\plugin_lessons"