diff --git a/webgoat-container/pom.xml b/webgoat-container/pom.xml index 2ff24e942..c8f9e837d 100644 --- a/webgoat-container/pom.xml +++ b/webgoat-container/pom.xml @@ -14,33 +14,7 @@ - - - src/main/java - - - src/main/resources - true - - **/application.properties - - - - src/main/resources - - - - org.apache.maven.plugins - maven-resources-plugin - 2.6 - - - @ - - false - - org.apache.maven.plugins maven-surefire-plugin diff --git a/webgoat-container/src/main/resources/application-webgoat.properties b/webgoat-container/src/main/resources/application-webgoat.properties index a06a39eea..f12438c83 100644 --- a/webgoat-container/src/main/resources/application-webgoat.properties +++ b/webgoat-container/src/main/resources/application-webgoat.properties @@ -32,7 +32,6 @@ webgoat.start.hsqldb=true webgoat.server.directory=${user.home}/.webgoat-${webgoat.build.version}/ webgoat.user.directory=${user.home}/.webgoat-${webgoat.build.version}/ webgoat.build.version=@project.version@ -webgoat.build.number=@build.number@ webgoat.email=webgoat@owasp.org webgoat.emaillist=owasp-webgoat@lists.owasp.org webgoat.feedback.address=webgoat@owasp.org