From 4d0047df0cc2cb57e4b9f0f505ba4a4db76efa43 Mon Sep 17 00:00:00 2001 From: plynch Date: Thu, 24 Apr 2003 18:43:54 +0000 Subject: [PATCH] o cleaning up reinstall and install goals into a dyna tag The reason is the only difference is on a reinstall we want to force the copy of conf files, where an install doesn't force. o general cleanup o now implements restart and reinstall goals correctly git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113382 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/plugin-resources/apache-2.x.jelly | 115 ++++++++++++------ 1 file changed, 75 insertions(+), 40 deletions(-) diff --git a/webserver/src/plugin-resources/apache-2.x.jelly b/webserver/src/plugin-resources/apache-2.x.jelly index a16d1ad4..a8934188 100644 --- a/webserver/src/plugin-resources/apache-2.x.jelly +++ b/webserver/src/plugin-resources/apache-2.x.jelly @@ -1,6 +1,8 @@ - + @@ -27,51 +29,75 @@ ${maven.webserver.conf.dir}/conf/httpd.conf value="${context.getVariable('user.name')}-maven-webserver-${pom.getId()}" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - + + + + + + + + + @@ -158,6 +187,9 @@ Missing service detected. Trying to install a new webserver instance service... + + + @@ -189,6 +221,9 @@ Missing service detected. Trying to install a new webserver instance service... + + +