From 3a7d946c8f87f9e239837de3cf6f51de4b47bb95 Mon Sep 17 00:00:00 2001 From: "mayhew64@gmail.com" Date: Tue, 20 Nov 2012 15:24:04 +0000 Subject: [PATCH] Fixed most of the maven build except the path to using tomcatconf. Moving the tree from src/main has caused changing all the default path locations that maven uses to be specified. git-svn-id: http://webgoat.googlecode.com/svn/branches/webgoat-6.0@486 4033779f-a91e-0410-96ef-6bf7bf53c507 --- pom.xml | 140 ++++++++++++++++++++++++++++++-------------------------- 1 file changed, 74 insertions(+), 66 deletions(-) diff --git a/pom.xml b/pom.xml index 1d7d9daa0..761e9715c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ WebGoat war 6.0-SNAPSHOT - + maven2-repository.dev.java.net @@ -13,21 +13,22 @@ http://download.java.net/maven/2 - - + + - 3.0.5.RELEASE - 3.1.2.RELEASE - 2.2.2 - + 3.0.5.RELEASE + 3.1.2.RELEASE + 2.2.2 + - + ${basedir}/java + - java + ${basedir}/java - ${basedir}resources + ${basedir}/resources @@ -41,11 +42,18 @@ - maven-eclipse-plugin - - 1.5 - - + maven-eclipse-plugin + + 1.5 + + + + org.apache.maven.plugins + maven-war-plugin + + ${basedir}/webapp + + @@ -95,11 +103,11 @@ commons-digester 1.4.1 - - xml-apis - xml-apis - - + + xml-apis + xml-apis + + commons-logging @@ -155,8 +163,8 @@ net.sourceforge.jtds jtds 1.2.2 - - + + org.apache.tomcat tomcat-catalina 7.0.27 @@ -173,54 +181,54 @@ 6.0 provided - + org.springframework spring-core ${org.springframework.version} - - + + org.springframework spring-webmvc ${org.springframework.version} - jar - - + jar + + org.springframework.security spring-security-core ${spring.security.version} - - - org.springframework.security - spring-security-config - ${spring.security.version} - - - - org.springframework.security - spring-security-web - ${spring.security.version} - - + + org.springframework.security + spring-security-config + ${spring.security.version} + + + + org.springframework.security + spring-security-web + ${spring.security.version} + + + commons-fileupload commons-fileupload 1.2.2 - + commons-io commons-io 1.3.2 - + javax.servlet jstl @@ -232,24 +240,24 @@ standard 1.1.2 - + log4j log4j 1.2.15 - + javax.jms jms - - + + com.sun.jdmk jmxtools - - + + com.sun.jmx jmxri - + @@ -258,44 +266,44 @@ 4.8.1 jar - + org.apache.tiles tiles-core ${tiles.version} - jar - - + jar + + org.apache.tiles tiles-template ${tiles.version} - jar - - + jar + + org.apache.tiles tiles-servlet ${tiles.version} jar - - + + org.apache.tiles tiles-jsp ${tiles.version} jar - - + + org.slf4j slf4j-api 1.5.8 jar - - + + org.slf4j slf4j-log4j12 1.5.8 jar - - + + - +