git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115462 13f79535-47bb-0310-9956-ffa450edef68
73 lines
4.2 KiB
XML
73 lines
4.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
/*
|
|
* Copyright 2001-2004 The Apache Software Foundation.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
-->
|
|
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
|
</properties>
|
|
<body>
|
|
<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
|
|
<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>
|
|
</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>
|
|
</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>
|
|
</release>
|
|
</body>
|
|
</document>
|