[Clirr-devel] CVS: clirr maven.xml,1.2,1.3
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2004-08-15 11:01:33
|
Update of /cvsroot/clirr/clirr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24148 Modified Files: maven.xml Log Message: added dist goal to build all modules from toplevel project Index: maven.xml =================================================================== RCS file: /cvsroot/clirr/clirr/maven.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- maven.xml 10 Jul 2004 13:48:25 -0000 1.2 +++ maven.xml 15 Aug 2004 11:01:12 -0000 1.3 @@ -5,10 +5,13 @@ xmlns:j="jelly:core"> <goal name="dist"> + <!-- call the dist target of each sub-project --> <j:set var="goal" value="dist"/> <attainGoal name="multiproject:goal"/> </goal> + <goal name="dist-site" prereqs="dist,multiproject:site"/> + <preGoal name="clean"> <attainGoal name="multiproject:clean"/> </preGoal> |