xlawrence 2005/03/03 16:14:09 CET
Modified files:
. maven.xml
Log:
Added goal to copy the WebApps context files to the correct Tomcat dir
Revision Changes Path
1.22 +7 -0 uwcal_JSR168/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/maven.xml.diff?r1=1.21&r2=1.22&f=h
Index: maven.xml
===================================================================
RCS file: /home/cvs/repository/uwcal_JSR168/maven.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- maven.xml 2 Mar 2005 17:00:13 -0000 1.21
+++ maven.xml 3 Mar 2005 15:14:09 -0000 1.22
@@ -30,6 +30,13 @@
xmlns:maven="jelly:maven"
xmlns:ant="jelly:ant">
+ <!-- Should only be executed after the wars were undeployed and Tomcat is
not running -->
+ <goal name="tomcat.context.setup" description="Sets up the tomcat context
for the webApps">
+ <echo message="Warning: Should only be executed after the wars were
undeployed and Tomcat is not running !" />
+ <copy file="${basedir}/calApp.xml"
todir="${tomcat.dir}/conf/Catalina/localhost"/>
+ <copy file="${basedir}/ucalApp.xml"
todir="${tomcat.dir}/conf/Catalina/localhost"/>
+ </goal>
+
<goal name="server.dummy" description="Launches the dummy calendar server">
<maven:reactor
basedir="${basedir}"