diff --git a/webgoat-container/pom.xml b/webgoat-container/pom.xml index c85a0b4fb..95d366f88 100644 --- a/webgoat-container/pom.xml +++ b/webgoat-container/pom.xml @@ -156,6 +156,15 @@ **/*.pom + + ${user.home}/.webgoat/ + + **/*.jar + **/org/** + **/plugin/** + + + @@ -301,3 +310,4 @@ + diff --git a/webgoat-lessons/pom.xml b/webgoat-lessons/pom.xml index d2bbb3484..39a4a898e 100644 --- a/webgoat-lessons/pom.xml +++ b/webgoat-lessons/pom.xml @@ -63,26 +63,6 @@ ../../webgoat-container/src/main/resources/plugin_lessons - - - copy-artifact-target - package - - copy - - - true - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${project.packaging} - - - ../../webgoat-container/target/classes/plugin_lessons - -