[Clirr-devel] CVS: clirr maven.xml,1.4,1.5
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2004-09-05 13:53:07
|
Update of /cvsroot/clirr/clirr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23165 Modified Files: maven.xml Log Message: enable standard goal to deploy website Index: maven.xml =================================================================== RCS file: /cvsroot/clirr/clirr/maven.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- maven.xml 5 Sep 2004 11:45:31 -0000 1.4 +++ maven.xml 5 Sep 2004 13:52:56 -0000 1.5 @@ -12,6 +12,11 @@ <goal name="dist-site" prereqs="dist,multiproject:site"/> + <goal name="site:deploy"> + <attainGoal name="multiproject:site"/> + <attainGoal name="site:${maven.site.deploy.method}deploy"/> + </goal> + <preGoal name="clean"> <attainGoal name="multiproject:clean"/> </preGoal> |