brett 2004/07/02 19:08:16
Modified: jcoverage plugin.jelly project.xml
jcoverage/xdocs changes.xml
Log:
avoid needing dependencies for a simple maven clean
should cvsignore the file, or set up a way to tell clean there is a new file to clean
Revision Changes Path
1.14 +0 -5 maven-plugins/jcoverage/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/jcoverage/plugin.jelly,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- plugin.jelly 28 May 2004 10:27:27 -0000 1.13
+++ plugin.jelly 3 Jul 2004 02:08:16 -0000 1.14
@@ -240,9 +240,4 @@
</classpath>
</java>
</goal>
-
- <postGoal name="clean:clean">
- <ant:delete file="${basedir}/jcoverage.ser" quiet="true" failonerror="false"/>
- </postGoal>
-
</project>
1.26 +1 -1 maven-plugins/jcoverage/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jcoverage/project.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- project.xml 28 Jun 2004 11:37:59 -0000 1.25
+++ project.xml 3 Jul 2004 02:08:16 -0000 1.26
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-jcoverage-plugin</id>
<name>Maven JCoverage plugin</name>
- <currentVersion>1.0.5</currentVersion>
+ <currentVersion>1.0.6-SNAPSHOT</currentVersion>
<package>org.apache.maven.jcoveragereport</package>
<description>This plugin provides coverage analysis of your source-code based on
the open-source jcoverage tool.</description>
<shortDescription>This plugin provides coverage analysis of your source-code
based on the open-source jcoverage tool.</shortDescription>
1.18 +3 -0 maven-plugins/jcoverage/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jcoverage/xdocs/changes.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- changes.xml 28 Jun 2004 11:37:59 -0000 1.17
+++ changes.xml 3 Jul 2004 02:08:16 -0000 1.18
@@ -24,6 +24,9 @@
<author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
</properties>
<body>
+ <release version="1.0.6-SNAPSHOT" date="in CVS">
+ <action dev="brett" type="fix">Remove postGoal on clean to avoid introducing
all these dependencies on a simple clean.</action>
+ </release>
<release version="1.0.5" date="2004-06-28">
<action dev="evenisse" type="fix" issue="MPJCOVERAGE-8">Fixed report
generation fails when no java source present.</action>
<action dev="brett" type="fix" issue="MPJCOVERAGE-1">Handle multiple source
directories correctly</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]