[Clirr-devel] CVS: clirr project.properties,1.6,1.7
Status: Alpha
Brought to you by:
lkuehne
From: Simon K. <s_k...@us...> - 2004-06-29 05:40:30
|
Update of /cvsroot/clirr/clirr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27985 Modified Files: project.properties Log Message: Added entry to enable "maven uberjar" target. Index: project.properties =================================================================== RCS file: /cvsroot/clirr/clirr/project.properties,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.properties 25 May 2004 04:43:29 -0000 1.6 +++ project.properties 29 Jun 2004 05:40:20 -0000 1.7 @@ -18,5 +18,8 @@ maven.junit.sysproperties=testinput testinput=${basedir}/target/testinput +# class to execute from all-in-one uberjar +maven.uberjar.main=net.sf.clirr.cli.Clirr + # used by test pregoal to generate test input, see maven.xml clirr.testlibs=testlib-v1, testlib-v2 |