From: Brett Porter Date: Fri, 5 Dec 2008 04:25:20 +0000 (+0000) Subject: run Jetty from outside the target so that you have to use -PcleanJetty to clean up... X-Git-Tag: archiva-1.2~173 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=924368de7612a161182a0e4c3209bd508eb4f453;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 merged from: r721951, 721953 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@723581 13f79535-47bb-0310-9956-ffa450edef68 --- 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 + + + + + + + diff --git a/archiva-modules/archiva-web/archiva-webapp/src/appserver-base/conf/archiva.xml b/archiva-modules/archiva-web/archiva-webapp/src/appserver-base/conf/archiva.xml new file mode 100644 index 000000000..9afb83352 --- /dev/null +++ b/archiva-modules/archiva-web/archiva-webapp/src/appserver-base/conf/archiva.xml @@ -0,0 +1 @@ +