xlawrence 2005/06/24 17:33:18 CEST
Modified files:
core maven.xml
Log:
added 2 simple goals for fresh building and deploying Jahia
Revision Changes Path
1.30 +12 -0 jahia/core/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/maven.xml.diff?r1=1.29&r2=1.30&f=h
Index: maven.xml
===================================================================
RCS file: /home/cvs/repository/jahia/core/maven.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- maven.xml 22 Jun 2005 14:10:41 -0000 1.29
+++ maven.xml 24 Jun 2005 15:33:18 -0000 1.30
@@ -2,6 +2,18 @@
xmlns:j="jelly:core"
xmlns:util="jelly:util"
xmlns:ant="jelly:ant">
+
+
+ <goal name="fresh" description="Does it all (clean, xdoclet and deploy)">
+ <attainGoal name="clean" />
+ <attainGoal name="xdoclet:hibernatedoclet" />
+ <attainGoal name="deploy:tomcat" />
+ </goal>
+
+ <goal name="freshNoClean" description="Does it all, no clean...">
+ <attainGoal name="xdoclet:hibernatedoclet" />
+ <attainGoal name="deploy:tomcat" />
+ </goal>
<!-- ================================================================ -->
<!-- Hot-Deploy to Catalina -->