From 1d2a612c1fada9dcd5c35b8b429fd175b989f2d7 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Tue, 2 Feb 2016 00:42:10 +0100 Subject: [PATCH] webgoat-container should unpack all the lessons #192 --- pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/pom.xml b/pom.xml index 3ede398e2..35694f036 100644 --- a/pom.xml +++ b/pom.xml @@ -195,8 +195,36 @@ release + + + org.owasp.webgoat.lesson + dist + 1.0 + zip + provided + plugins + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-lesson + + unpack-dependencies + + generate-resources + + ${project.basedir}/webgoat-container/src/main/webapp/plugin_lessons + dist + *.jar + + + + org.sonatype.plugins nexus-staging-maven-plugin