|
From: Carlos S. <car...@us...> - 2005-09-22 02:35:27
|
carlossg 05/09/21 19:35:22
Modified: cobertura plugin.jelly
Log:
Remove cobertura datafile after clean
Revision Changes Path
1.14 +5 -0 maven-plugins/cobertura/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/plugin.jelly,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- plugin.jelly 22 Sep 2005 02:34:41 -0000 1.13
+++ plugin.jelly 22 Sep 2005 02:35:22 -0000 1.14
@@ -313,4 +313,9 @@
</goal>
+ <!-- Remove cobertura datafile after clean -->
+ <postGoal name="clean:clean">
+ <delete file="${maven.cobertura.datafile}"/>
+ </postGoal>
+
</project>
|