From 1e4179f5f217b82ab0a697e621d1909dc4ab3eba Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Mon, 1 Dec 2008 02:52:56 +0000 Subject: [PATCH] run Jetty from outside the target so that you have to use -PcleanJetty to clean up, generally persisting the server and configuration that you used across clean builds git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@721951 13f79535-47bb-0310-9956-ffa450edef68 --- .../archiva-web/archiva-webapp/pom.xml | 38 +++++++++++++++++-- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 290363605..f353e46b0 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -353,11 +353,11 @@ plexus.home - ${project.build.directory}/appserver-base + ${basedir}/appserver-base appserver.base - ${project.build.directory}/appserver-base + ${basedir}/appserver-base appserver.home @@ -365,7 +365,7 @@ derby.system.home - ${project.build.directory}/appserver-base/logs + ${basedir}/appserver-base/logs @@ -444,7 +444,7 @@ - + @@ -497,5 +497,35 @@ + + cleanJetty + + + + org.apache.maven.plugins + maven-clean-plugin + + + cleanJetty + clean + + + + ${basedir}/appserver-base + + **/** + + + + + + clean + + + + + + +