Reverting change so that I can try running scm:prepare-release again
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153856 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
28e478d983
commit
bbc29be71a
@ -23,8 +23,10 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-clover-plugin</id>
|
||||
<name>Maven Clover Plugin</name>
|
||||
<currentVersion>1.7</currentVersion>
|
||||
<description>The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover).</description>
|
||||
<currentVersion>1.7-SNAPSHOT</currentVersion>
|
||||
<description>
|
||||
The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover).
|
||||
</description>
|
||||
<shortDescription>Produce Clover reports</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/clover/</url>
|
||||
<issueTrackingUrl>http://jira.codehaus.org/browse/MPCLOVER</issueTrackingUrl>
|
||||
@ -55,11 +57,6 @@
|
||||
<name>1.6</name>
|
||||
<tag>MAVEN_CLOVER_1_6</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.7</id>
|
||||
<name>1.7</name>
|
||||
<tag>MAVEN_CLOVER_1_7</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
@ -121,7 +118,6 @@
|
||||
<!-- Note: We name the license artifact clover-license even though the type
|
||||
tells it's a license because artifacts must have unique name
|
||||
(groupId:artifactId) -->
|
||||
|
||||
<dependency>
|
||||
<groupId>clover</groupId>
|
||||
<artifactId>clover-license</artifactId>
|
||||
|
||||
@ -25,61 +25,83 @@
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.7" date="2005-02-14">
|
||||
<action dev="vmassol" type="fix" issue="MPCLOVER-21">Do not create a Clover report link when the project has no tests.</action>
|
||||
<action dev="vmassol" type="update" issue="MPCLOVER-22" due-to="Maarten Coene">Open Clover report page in a new window in the same manner as it's done for the Javadoc and XRef reports.</action>
|
||||
<action dev="vmassol" type="add" issue="MPCLOVER-25" due-to="Michael Gaffney">Added
|
||||
<code>maven.clover.includes</code>and
|
||||
<code>maven.clover.excludes</code>properties to specify what files to include/exclude from the Cloverification.
|
||||
<release version="1.7-SNAPSHOT" date="in SVN">
|
||||
<action dev="vmassol" type="fix" issue="MPCLOVER-21">
|
||||
Do not create a Clover report link when the project has no tests.
|
||||
</action>
|
||||
<action dev="vmassol" type="update" issue="MPCLOVER-18">Added new
|
||||
<code>maven.clover.execute.during.report</code>property to control whether or not the
|
||||
<code>clover-report</code>goal builds Cloverify the sources and execute the tests (defaults to true).
|
||||
<action dev="vmassol" type="update" issue="MPCLOVER-22" due-to="Maarten Coene">
|
||||
Open Clover report page in a new window in the same manner as it's
|
||||
done for the Javadoc and XRef reports.
|
||||
</action>
|
||||
<action dev="vmassol" type="update" issue="MPCLOVER-24">Deprecated
|
||||
<code>maven.clover.database.dir</code>property and replaced it with a
|
||||
<code>maven.cover.database</code>property that contains not only the database directory but also the name of the database file.
|
||||
<action dev="vmassol" type="add" issue="MPCLOVER-25" due-to="Michael Gaffney">
|
||||
Added <code>maven.clover.includes</code> and
|
||||
<code>maven.clover.excludes</code> properties to specify what files
|
||||
to include/exclude from the Cloverification.
|
||||
</action>
|
||||
<action dev="vmassol" type="update" issue="MPCLOVER-18">
|
||||
Added new <code>maven.clover.execute.during.report</code> property
|
||||
to control whether or not the <code>clover-report</code>
|
||||
goal builds Cloverify the sources and execute the tests
|
||||
(defaults to true).
|
||||
</action>
|
||||
<action dev="vmassol" type="update" issue="MPCLOVER-24">
|
||||
Deprecated <code>maven.clover.database.dir</code> property and
|
||||
replaced it with a <code>maven.cover.database</code> property that
|
||||
contains not only the database directory but also the name of the
|
||||
database file.
|
||||
</action>
|
||||
<action dev="vmassol" type="fix" issue="MPCLOVER-28">
|
||||
<code>clover:off</code>should now reset correctly the
|
||||
<code>maven.build.dest</code>property that
|
||||
<code>clover:on</code>modifies. Note that the reported error has been fixed even though I have not been able to reproduce the problem (and hence we don't have a test for it).
|
||||
<code>clover:off</code> should now reset correctly the
|
||||
<code>maven.build.dest</code> property that <code>clover:on</code>
|
||||
modifies. Note that the reported error has been fixed even though I
|
||||
have not been able to reproduce the problem (and hence we don't have
|
||||
a test for it).
|
||||
</action>
|
||||
<action dev="vmassol" type="update" issue="MPCLOVER-26">
|
||||
Upgraded Clover to version 1.3.4.
|
||||
</action>
|
||||
<action dev="vmassol" type="update" issue="MPCLOVER-26">Upgraded Clover to version 1.3.4.</action>
|
||||
</release>
|
||||
<release version="1.6" date="2004-09-30">
|
||||
<action dev="vmassol" type="fix" issue="MPCLOVER-23">The default compiler was not reset after the execution of the
|
||||
<code>clover:report</code>goal.
|
||||
<action dev="vmassol" type="fix" issue="MPCLOVER-23">
|
||||
The default compiler was not reset after the execution of the
|
||||
<code>clover:report</code> goal.
|
||||
</action>
|
||||
<action dev="vmassol" type="add">Added ability for users to specify their own Clover license file by overriding the new
|
||||
<code>maven.clover.license.path</code>property.
|
||||
<action dev="vmassol" type="add">
|
||||
Added ability for users to specify their own Clover license
|
||||
file by overriding the new
|
||||
<code>maven.clover.license.path</code> property.
|
||||
</action>
|
||||
<action dev="vmassol" type="update">Made the following goals public by documenting them:
|
||||
<code>clover:report</code>,
|
||||
<code>clover:on</code>,
|
||||
<code>clover:off</code>,
|
||||
<code>clover:test</code>,
|
||||
<action dev="vmassol" type="update">
|
||||
Made the following goals public by documenting them:
|
||||
<code>clover:report</code>, <code>clover:on</code>,
|
||||
<code>clover:off</code>, <code>clover:test</code>,
|
||||
<code>clover:test-single</code>.
|
||||
</action>
|
||||
<action dev="vmassol" type="add" issue="MPCLOVER-9">Added new
|
||||
<code>clover:test-single</code>goal to execute a single test case and to view the test coverage result directly using the Clover Swing viewer. This is useful if you wish to quickly see the action that a single unit test has on the code it tests.
|
||||
<action dev="vmassol" type="add" issue="MPCLOVER-9">
|
||||
Added new <code>clover:test-single</code> goal to execute a single test
|
||||
case and to view the test coverage result directly using the Clover
|
||||
Swing viewer. This is useful if you wish to quickly see the action that
|
||||
a single unit test has on the code it tests.
|
||||
</action>
|
||||
<action dev="vmassol" type="fix" issue="MPCLOVER-19">Now using
|
||||
<code>maven:get</code>and
|
||||
<code>maven:set</code>.
|
||||
<action dev="vmassol" type="fix" issue="MPCLOVER-19">
|
||||
Now using <code>maven:get</code> and <code>maven:set</code>.
|
||||
</action>
|
||||
<action dev="vmassol" type="update">The
|
||||
<code>clover:report</code>goal does not call the tests anymore. It only generates Clover reports.
|
||||
<action dev="vmassol" type="update">
|
||||
The <code>clover:report</code> goal does not call the tests anymore.
|
||||
It only generates Clover reports.
|
||||
</action>
|
||||
<action dev="vmassol" type="fix">When executing
|
||||
<code>clover:on</code>and
|
||||
<code>clover:off</code>, modify the
|
||||
<code>maven.build.dest</code>property value in the Root context of all plugins so that the value change is available in all Maven plugins.
|
||||
<action dev="vmassol" type="fix">
|
||||
When executing <code>clover:on</code> and <code>clover:off</code>, modify
|
||||
the <code>maven.build.dest</code> property value in the Root context of
|
||||
all plugins so that the value change is available in all Maven plugins.
|
||||
</action>
|
||||
<action dev="vmassol" type="fix">Prevented the
|
||||
<code>clover:on</code>goal from failing when there are no unit tests sources available.
|
||||
<action dev="vmassol" type="fix">
|
||||
Prevented the <code>clover:on</code> goal from failing when there are
|
||||
no unit tests sources available.
|
||||
</action>
|
||||
<action dev="vmassol" type="update">
|
||||
Updated to Clover Ant 1.3_01.
|
||||
</action>
|
||||
<action dev="vmassol" type="update">Updated to Clover Ant 1.3_01.</action>
|
||||
</release>
|
||||
<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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user