shuber 2004/09/23 18:34:57 CEST
Modified files:
. maven.xml
Added files:
. project.properties
Log:
Added site deployment postGoal that automatically deploys WAR subproject.
Revision Changes Path
1.2 +9 -0 absencerequest/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/absencerequest/maven.xml.diff?r1=1.1&r2=1.2&f=h
1.1 +1 -0 absencerequest/project.properties (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/absencerequest/project.properties?rev=1.1&content-type=text/plain
Index: project.properties
====================================================================
maven.multiproject.basedir=${basedir}
Index: maven.xml
===================================================================
RCS file: /home/cvs/repository/absencerequest/maven.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maven.xml 13 Sep 2004 11:58:39 -0000 1.1
+++ maven.xml 23 Sep 2004 16:34:57 -0000 1.2
@@ -7,6 +7,15 @@
description="Build and installs all JAR, WAR, and EAR files">
<attainGoal name="multiproject:install" />
</goal>
+
+ <postGoal name="site:deploy">
+ <maven:reactor
+ basedir="${basedir}"
+ includes="war/project.xml"
+ goals="site:deploy"
+ banner="Cleaning all sub projects"
+ ignoreFailures="true"/>
+ </postGoal>
<postGoal name="clean">
<maven:reactor