From 640e3ffb4e398e9b883281e0357e9275f0cc680b Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Tue, 15 Nov 2016 18:12:29 +0100 Subject: [PATCH] mvn clean should also clean lesson jar files added .webgoat directory as well --- webgoat-container/pom.xml | 10 ++++++++++ webgoat-lessons/pom.xml | 20 -------------------- 2 files changed, 10 insertions(+), 20 deletions(-) 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 - -