cmailleux 2005/09/22 16:03:43 CEST
Modified files:
core maven.xml
Log:
Call hibernatedoclet when building
Revision Changes Path
1.50 +5 -5 jahia/core/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/maven.xml.diff?r1=1.49&r2=1.50&f=h
Index: maven.xml
===================================================================
RCS file: /home/cvs/repository/jahia/core/maven.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- maven.xml 21 Sep 2005 10:02:59 -0000 1.49
+++ maven.xml 22 Sep 2005 14:03:43 -0000 1.50
@@ -9,11 +9,11 @@
<attainGoal name="deploy:tomcat" />
</goal>
- <!-- <preGoal name="war:war-resources">-->
- <!-- <echo>Generating Hibernate mapping files from
doclets...</echo>-->
- <!-- <attainGoal name="xdoclet:hibernatedoclet" />-->
- <!-- <echo>done.</echo>-->
- <!-- </preGoal>-->
+ <preGoal name="war:war-resources">
+ <echo>Generating Hibernate mapping files from doclets...</echo>
+ <attainGoal name="xdoclet:hibernatedoclet" />
+ <echo>done.</echo>
+ </preGoal>
<!-- This goal is used to reset an already deployed Jahia. -->
<goal name="reset:tomcat" prereqs="hotdeploy:tomcat">