From: Brett Porter Date: Mon, 1 Dec 2008 02:52:56 +0000 (+0000) Subject: run Jetty from outside the target so that you have to use -PcleanJetty to clean up... X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d4bc68f458103919640e6b75a7cb1735c33c3a40;p=archiva.git 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@721951 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/MRM-1025/archiva-modules/archiva-web/archiva-webapp/pom.xml b/MRM-1025/archiva-modules/archiva-web/archiva-webapp/pom.xml index 290363605..f353e46b0 100644 --- a/MRM-1025/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/MRM-1025/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 + + + + + + +