From 1c5aaffe3ccab74671b06cfc6fcd3c3731280316 Mon Sep 17 00:00:00 2001 From: "mayhew64@gmail.com" Date: Tue, 20 Nov 2012 16:56:31 +0000 Subject: [PATCH] Added tomcat-maven-plugin additional src config to specify using the webgoat tomcat-users file. Everything now works from mvn tomcat:run-war git-svn-id: http://webgoat.googlecode.com/svn/branches/webgoat-6.0@487 4033779f-a91e-0410-96ef-6bf7bf53c507 --- pom.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 761e9715c..db6dd35c9 100644 --- a/pom.xml +++ b/pom.xml @@ -22,8 +22,8 @@ - ${basedir}/java - + ${basedir}/java + ${basedir}/java @@ -54,6 +54,14 @@ ${basedir}/webapp + + org.codehaus.mojo + tomcat-maven-plugin + + http://localhost:8080/manager + ${basedir}/tomcatconf + +