[Clirr-devel] CVS: clirr/core maven.xml,1.1,1.2
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2004-08-15 11:01:33
|
Update of /cvsroot/clirr/clirr/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24148/core Modified Files: maven.xml Log Message: added dist goal to build all modules from toplevel project Index: maven.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/maven.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- maven.xml 10 Jul 2004 13:24:03 -0000 1.1 +++ maven.xml 15 Aug 2004 11:01:13 -0000 1.2 @@ -1,9 +1,11 @@ <?xml version="1.0"?> -<project default="java:jar" +<project default="dist" xmlns:u="jelly:util" xmlns:j="jelly:core"> + <goal name="dist" prereqs="jar:install,uberjar:uberjar"/> + <preGoal name="test:test"> <attainGoal name="clirr:compiletestlibs"/> </preGoal> |