shuber 2005/07/04 13:47:12 CEST
Modified files:
core maven.xml
Log:
Added preGoal that will automatically call xdoclet:hibernatedoclet every time
we generate the war:web-resources goal (that means every time we built
war:webapp or war:war).
Revision Changes Path
1.31 +4 -0 jahia/core/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/maven.xml.diff?r1=1.30&r2=1.31&f=h
Index: maven.xml
===================================================================
RCS file: /home/cvs/repository/jahia/core/maven.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- maven.xml 24 Jun 2005 15:33:18 -0000 1.30
+++ maven.xml 4 Jul 2005 11:47:11 -0000 1.31
@@ -14,6 +14,10 @@
<attainGoal name="xdoclet:hibernatedoclet" />
<attainGoal name="deploy:tomcat" />
</goal>
+
+ <preGoal name="war:war-resources">
+ <attainGoal name="xdoclet:hibernatedoclet" />
+ </preGoal>
<!-- ================================================================ -->
<!-- Hot-Deploy to Catalina -->