From ea42164af21da140662a90ea1befbca728623bf0 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 24 Jul 2007 18:12:09 +0000 Subject: [PATCH] Added jetty plugin to tutorial app pom.xml. --- samples/tutorial/pom.xml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 7d475ac796..f822b02737 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -20,11 +20,18 @@ acegi-security 1.0.5-SNAPSHOT - - net.sf.ehcache - ehcache - 1.2.4 - - + + + + + org.mortbay.jetty + maven-jetty-plugin + + /tutorial + + + + + \ No newline at end of file