[Clirr-devel] CVS: clirr/maven maven.xml,NONE,1.1
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2004-08-15 11:01:22
|
Update of /cvsroot/clirr/clirr/maven In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24148/maven Added Files: maven.xml Log Message: added dist goal to build all modules from toplevel project --- NEW FILE --- <?xml version="1.0"?> <project default="dist" xmlns:u="jelly:util" xmlns:j="jelly:core"> <goal name="dist" prereqs="plugin:install"/> </project> |