From 69c19d19d4c10a44d65ac9aded4f7bf900430df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Zubcevic?= Date: Tue, 1 Dec 2020 17:12:43 +0100 Subject: [PATCH] flattened pom plugin added for easy build of seperate modules (#907) --- .gitignore | 1 + pom.xml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/.gitignore b/.gitignore index bf58dce83..7733d0939 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ webgoat.log webgoat.properties webgoat.script TestClass.class +**/*.flattened-pom.xml diff --git a/pom.xml b/pom.xml index ff44f4d85..4a212efc9 100644 --- a/pom.xml +++ b/pom.xml @@ -170,6 +170,22 @@ + + org.codehaus.mojo + flatten-maven-plugin + 1.2.5 + + + + + flatten + process-resources + + flatten + + + + org.apache.maven.plugins maven-compiler-plugin