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