brett 2004/05/15 19:22:51
Modified: clover project.xml
clover/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.5
Revision Changes Path
1.39 +6 -1 maven-plugins/clover/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/clover/project.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- project.xml 16 May 2004 01:35:46 -0000 1.38
+++ project.xml 16 May 2004 02:22:50 -0000 1.39
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-clover-plugin</id>
<name>Maven Clover Plugin</name>
- <currentVersion>1.5-SNAPSHOT</currentVersion>
+ <currentVersion>1.5</currentVersion>
<description/>
<shortDescription>Produce Clover reports</shortDescription>
<url>http://maven.apache.org/reference/plugins/clover/</url>
@@ -44,6 +44,11 @@
<id>1.4</id>
<name>1.4</name>
<tag>MAVEN_CLOVER_1_4</tag>
+ </version>
+ <version>
+ <id>1.5</id>
+ <name>1.5</name>
+ <tag>MAVEN_CLOVER_1_5</tag>
</version>
</versions>
<developers>
1.28 +32 -89 maven-plugins/clover/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/clover/xdocs/changes.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- changes.xml 2 May 2004 13:38:23 -0000 1.27
+++ changes.xml 16 May 2004 02:22:50 -0000 1.28
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
@@ -19,111 +19,54 @@
-->
<document>
-
<properties>
<title>Changes</title>
<author email="[EMAIL PROTECTED]">Vincent Massol</author>
<author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
</properties>
-
<body>
-
- <release version="1.5-SNAPSHOT" date="in CVS">
- <action dev="vmassol" type="fix">
- Do not execute Clover if there are no tests to run Clover on. This
- prevents an error happening in the <code>clover:on</code> goal.
- </action>
- <action dev="vmassol" type="update">
- Allow generating XML and/or Swing reports during the web site generation
- too.
- </action>
- <action dev="vmassol" type="fix" issue="MPCLOVER-13">
- Tests executed after <code><clover:on</code> are now always
- forked.
- </action>
+ <release version="1.5" date="2004-05-15">
+ <action dev="vmassol" type="fix">Do not execute Clover if there are no tests
to run Clover on. This prevents an error happening in the
+ <code>clover:on</code>goal.
+ </action>
+ <action dev="vmassol" type="update">Allow generating XML and/or Swing reports
during the web site generation too.</action>
+ <action dev="vmassol" type="fix" issue="MPCLOVER-13">Tests executed after
+ <code><clover:on</code>are now always forked.
+ </action>
</release>
-
<release version="1.4" date="2003-12-05">
- <action dev="vmassol" type="add" issue="MPCLOVER-11">
- Allows the user to override the Clover jar. This is especially useful
- as the Clover jars are license-signed for a specific project so you
- might want to use different jars for different projects.
- </action>
- <action dev="vmassol" type="add" issue="MPCLOVER-12">
- Conditionally instrument test classes too. To instrument test classes
- set the <code>maven.clover.instrument.tests</code> to
+ <action dev="vmassol" type="add" issue="MPCLOVER-11">Allows the user to
override the Clover jar. This is especially useful as the Clover jars are
license-signed for a specific project so you might want to use different jars for
different projects.</action>
+ <action dev="vmassol" type="add" issue="MPCLOVER-12">Conditionally instrument
test classes too. To instrument test classes set the
+ <code>maven.clover.instrument.tests</code>to
<code>true</code>.
- </action>
- <action dev="vmassol" type="update">
- Make sure that the clover plugin restore other plugin's
- properties it has modified.
- </action>
- <action dev="vmassol" type="remove">
- Removed public <code>clover:on</code> goal as it should not have
- been public.
- </action>
- </release>
-
- <release version="1.3" date="2003-11-28">
- <action dev="vmassol" type="add">
- Added unit tests for the plugin and reworked the documentation.
</action>
- <action dev="vmassol" type="update">
- Upgraded to Clover 1.2.3.
- </action>
- <action dev="vmassol" type="fix">
- Prevent the plugin from failing if the project on which it is run
- has no java sources/test sources.
- </action>
- <action dev="vmassol" type="update">
- Added optional properties to decide what reports to generate. Added
- a <code>clover:report</code> goal which generates all the defined
- reports. The default is to generate only the HTML report.
+ <action dev="vmassol" type="update">Make sure that the clover plugin restore
other plugin's properties it has modified.</action>
+ <action dev="vmassol" type="remove">Removed public
+ <code>clover:on</code>goal as it should not have been public.
</action>
</release>
-
- <release version="1.2" date="unknown">
- <action dev="dion" type="fix" issue="MPCLOVER-1">
- Allows a new property to be used to specify the sort order of the HTML
- clover report.
- </action>
- <action dev="dion" type="update">
- Update to use maven.docs.*/maven.gen.docs
- </action>
- <action dev="evenisse" type="fix" issue="MPCHANGELOG-9">
- I register reports only if source, test,... exists.
- So, corresponding entrys in menu will appear only if reports are
- registered.
- </action>
- <action dev="bwalding" type="update">
- Upgrade to Clover 1.2
- </action>
- <action dev="vmassol" type="update">
- Make sure that test failures or errors do not stop the generation
- of the Clover reports.
+ <release version="1.3" date="2003-11-28">
+ <action dev="vmassol" type="add">Added unit tests for the plugin and reworked
the documentation.</action>
+ <action dev="vmassol" type="update">Upgraded to Clover 1.2.3.</action>
+ <action dev="vmassol" type="fix">Prevent the plugin from failing if the
project on which it is run has no java sources/test sources.</action>
+ <action dev="vmassol" type="update">Added optional properties to decide what
reports to generate. Added a
+ <code>clover:report</code>goal which generates all the defined reports. The
default is to generate only the HTML report.
</action>
</release>
-
+ <release version="1.2" date="unknown">
+ <action dev="dion" type="fix" issue="MPCLOVER-1">Allows a new property to be
used to specify the sort order of the HTML clover report.</action>
+ <action dev="dion" type="update">Update to use
maven.docs.*/maven.gen.docs</action>
+ <action dev="evenisse" type="fix" issue="MPCHANGELOG-9">I register reports
only if source, test,... exists. So, corresponding entrys in menu will appear only if
reports are registered.</action>
+ <action dev="bwalding" type="update">Upgrade to Clover 1.2</action>
+ <action dev="vmassol" type="update">Make sure that test failures or errors do
not stop the generation of the Clover reports.</action>
+ </release>
<release version="1.1" date="unknown">
- <action dev="vmassol" type="update">
- The Clover plugin now depends on version 1.0 of the Clover jar.
- </action>
- <action dev="vmassol" type="add">
- A special 30-days redistributable clover 1.0 jar (fully functional)
- has been uploaded to Maven remote repository, making this plugin
- transparent to use.
- </action>
- <action dev="vmassol" type="add">
- Creation of this changes page.
- </action>
+ <action dev="vmassol" type="update">The Clover plugin now depends on version
1.0 of the Clover jar.</action>
+ <action dev="vmassol" type="add">A special 30-days redistributable clover 1.0
jar (fully functional) has been uploaded to Maven remote repository, making this
plugin transparent to use.</action>
+ <action dev="vmassol" type="add">Creation of this changes page.</action>
</release>
-
<release version="1.0" date="unknown">
- <action dev="vmassol" type="add">
- These changes did not exist at that time. Please refer to CVS for
- history changes before version 1.1.
- </action>
+ <action dev="vmassol" type="add">These changes did not exist at that time.
Please refer to CVS for history changes before version 1.1.</action>
</release>
-
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]