[Castore-commits] maven.xml 1.8 1.9
Stéphane Bouchet
sbouchet at adullact1.hosting.cri74.org
Ven 19 Mai 14:11:03 CEST 2006
Update of /cvsroot/castore/castore-struts-webapp
In directory adullact1:/tmp/cvs-serv3460
Modified Files:
maven.xml
Log Message:
correction bug qui ne copiait pas les fichiers de proprietes dans WEB-INF/classes
Index: maven.xml
===================================================================
RCS file: /cvsroot/castore/castore-struts-webapp/maven.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** maven.xml 21 Mar 2006 13:14:32 -0000 1.8
--- maven.xml 19 May 2006 12:11:01 -0000 1.9
***************
*** 16,22 ****
<!-- copie des ressources nécessaires de castore-core/data -->
<attainGoal name="copieProps"/>
! <!-- Apres la compilation, il faut copier les ressources -->
! <postGoal name="java:compile">
! <attainGoal name="java:jar-resources" />
</postGoal>
<attainGoal name="war:install" />
--- 16,24 ----
<!-- copie des ressources nécessaires de castore-core/data -->
<attainGoal name="copieProps"/>
! <!-- Création du War -->
! <postGoal name="war:webapp">
! <ant:copy todir="${maven.war.webapp.dir}/WEB-INF/classes">
! <ant:fileset dir="${castor.basedir}/castore-struts-webapp/src/data/conf"/>
! </ant:copy>
</postGoal>
<attainGoal name="war:install" />
Plus d'informations sur la liste de diffusion Castore-commits