Commit Graph

13 Commits

Author SHA1 Message Date
vmassol
c65713089e Added support for historical reports by adding a new <code>clover:save-history</code> goal that saves a Clover history point. The history points are then used by <code>clover:report</code> to generate history reports (including a link on the Maven-generated website).
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@155182 13f79535-47bb-0310-9956-ffa450edef68
2005-02-24 12:39:06 +00:00
vmassol
5426f80dd0 Updated to Clover 1.3.5 and applied new license that supports generating history report (the previous one didn't support it).
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@155073 13f79535-47bb-0310-9956-ffa450edef68
2005-02-23 21:16:10 +00:00
vmassol
c84cae6dfb Add support for method, statement and block context filtering through the following properties: <code>maven.clover.context.block.names</code>, <code>maven.clover.context.method.names</code>, <code>maven.clover.context.method.regexps</code>, <code>maven.clover.context.statement.names</code> and <code>maven.clover.context.statement.regexps</code>.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154865 13f79535-47bb-0310-9956-ffa450edef68
2005-02-22 16:03:19 +00:00
vmassol
2685a5b196 Added new <code>clover:check</code> goal that verifies if the test coverage if above a threshold defined by the properties <code>maven.clover.check.target</code>, <code>maven.clover.check.packages</code> and <code>maven.clover.check.targets</code>. It fails the build if it's below.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154360 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18 22:17:54 +00:00
vmassol
a5da0e7d1d Changed the location of the default license. It is now bundled in the plugin and the plugin no longer downloads it from your remote repository. As before if you wish to use your own license use the property.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154010 13f79535-47bb-0310-9956-ffa450edef68
2005-02-16 08:21:07 +00:00
vmassol
10b1738df2 - Reorganized the plugin tests using a multiproject approach
- 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).


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153413 13f79535-47bb-0310-9956-ffa450edef68
2005-02-11 15:38:52 +00:00
aheritier
ff73a8ef67 Switch to subversion
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@124032 13f79535-47bb-0310-9956-ffa450edef68
2005-01-03 22:58:16 +00:00
vmassol
1bdd755463 - Fixed plugin test
- Added developement documentation
- Cleaned up plugin.jelly
- Fixed clover:on goal which should be able to be considered as a public goal now. Need more test though. If it works fine, it should be documented to goals.xml.
- Added clover:off goal (internal goal for now) that restores properties in same state before call to clover:on


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114973 13f79535-47bb-0310-9956-ffa450edef68
2004-04-02 21:12:02 +00:00
evenisse
9a278f5c42 Update to ASL v.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114791 13f79535-47bb-0310-9956-ffa450edef68
2004-03-04 18:05:31 +00:00
jvanzyl
d3afe92724 artifactId/groupId
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114515 13f79535-47bb-0310-9956-ffa450edef68
2003-12-29 04:38:07 +00:00
vmassol
2b27d00da4 Now supports several compile and test directory sets.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114446 13f79535-47bb-0310-9956-ffa450edef68
2003-12-05 14:17:22 +00:00
vmassol
dfa63429ca ignore target/ dir
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114425 13f79535-47bb-0310-9956-ffa450edef68
2003-11-28 08:15:48 +00:00
vmassol
37faec0c3a Added plugin tests
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114420 13f79535-47bb-0310-9956-ffa450edef68
2003-11-27 20:19:46 +00:00