Hi st�phane,
> The patch submitted works great, and this is exactly what i needed. :)
Terrific!
> In order to work correctly, i had to delete myself the "jcoverage.ser"
> file, because it contains some reference to the files i wanted to exclude.
>
> Could it be possible to delete this file when the "clean" goal is called ?
I put the following in my maven.xml:
<postGoal name="clean:clean">
<ant:delete file="${basedir}/jcoverage.ser" quiet="true" failonerror="false"/>
</postGoal>
Works for me!
Best regards,
-- Shinobu Kawai
--
Shinobu Kawai <[EMAIL PROTECTED], [EMAIL PROTECTED]>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]