diff --git a/pom.xml b/pom.xml index cbdc5450f..419a69801 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,5 @@ webgoat-container webgoat-classloader - diff --git a/webgoat-release/.gitignore b/webgoat-release/.gitignore deleted file mode 100644 index 1428faf7e..000000000 --- a/webgoat-release/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -target/ -.idea/ -*.iml -dependency-reduced-pom.xml \ No newline at end of file diff --git a/webgoat-release/README.md b/webgoat-release/README.md deleted file mode 100644 index 61389f009..000000000 --- a/webgoat-release/README.md +++ /dev/null @@ -1,18 +0,0 @@ -# Releasing WebGoat - -## Introduction - -This project will create a release for WebGoat ready for distribution. -This project creates a war with all the lessons included. - -## Details - -The following steps happen during the release: - -* Download the webgoat-container.war from the repository -* Unpack the war -* Download the dist-plugin.zip from the repository -* Unpack the lessons -* Build the war again (webgoat-release-${version}.war) -* Create the executable jar (webgoat-release-${version}-war-exec.jar) - diff --git a/webgoat-release/pom.xml b/webgoat-release/pom.xml deleted file mode 100644 index c30d398a4..000000000 --- a/webgoat-release/pom.xml +++ /dev/null @@ -1,119 +0,0 @@ - - webgoat-release - 4.0.0 - webgoat-release - war - - org.owasp.webgoat - webgoat-parent - 7.0-SNAPSHOT - - - - - 2.2.2 - - local - 1.0 - ${project.build.directory}/war/ - ${war.output.dir}/plugin_lessons - - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.10 - - - unpack-war - generate-resources - - unpack - - - - - org.owasp.webgoat - webgoat-container - ${project.version} - war - - - ${war.output.dir} - - - - unpack-lessons-zip - generate-resources - - unpack - - - false - - - **/*.jar - org.owasp.webgoat.lesson - dist - ${lessons.version} - zip - plugins - - - ${lessons.output.dir} - - - - - - - org.apache.maven.plugins - maven-war-plugin - 2.4 - - ${war.output.dir} - - - true - - - ${project.name} - ${project.version} - ${build.number} - - - - - - - org.apache.tomcat.maven - tomcat7-maven-plugin - 2.1 - - http://localhost:8080/manager - /WebGoat - exec - - - - tomcat-run - - exec-war-only - - package - - - - - -