From e9e9514dc296c1ea2a4d275bbe1f003828d4840b Mon Sep 17 00:00:00 2001 From: Tareq Abedrabbo Date: Fri, 21 Jan 2011 20:16:02 +0000 Subject: [PATCH] SWS-683 - Set the maven compiler plugin source/target to 1.5. Added maven tomcat plugin. --- .../src/main/resources/archetype-resources/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml index 2e86ca28..68aaac69 100644 --- a/archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetype/src/main/resources/archetype-resources/pom.xml @@ -10,6 +10,20 @@ http://www.springframework.org/spring-ws ${artifactId} + + + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.codehaus.mojo + tomcat-maven-plugin + 1.1 + +