|
From: Andrea A. <aa...@li...> - 2003-07-26 15:10:11
|
Hi everybody, I'm trying to use maven-beta10 (since it seems the last release and beta8 won't work with clover, right?). At first I got complains from the compiler saying that the target should be 1.4 when sources are 1.4. I managed to make it build by adding the following lines to build.properties: maven.compile.target=1.4 maven.test.target=1.4 maven.javadoc.target=1.4 and it seems to work... but when running "maven clover", the error is still there... adding a maven.clover.target=1.4 does not help. Any idea? Best regards Andrea Aime |