28 Commits

Author SHA1 Message Date
ltheussl
4a497afe65 Update license headers.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@521198 13f79535-47bb-0310-9956-ffa450edef68
2007-03-22 10:39:43 +00:00
vmassol
1ed430cfd8 MPCLOVER-58: Clover license has expired
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@502607 13f79535-47bb-0310-9956-ffa450edef68
2007-02-02 13:53:22 +00:00
aheritier
7cfd9049c7 Move all plugins sites to maven-1.X/plugins
Fix breadcrumbs
Add goals to create and/or deploy all sites


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@382568 13f79535-47bb-0310-9956-ffa450edef68
2006-03-02 23:49:59 +00:00
ltheussl
d54e1ee4f3 Use defaultGoal in project.xml
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@373568 13f79535-47bb-0310-9956-ffa450edef68
2006-01-30 19:01:10 +00:00
vmassol
d18f4c5eb9 MPCLOVER-53: Use new clover license as the old one is exiring on 30th of Jan 2006
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@365619 13f79535-47bb-0310-9956-ffa450edef68
2006-01-03 12:18:55 +00:00
aheritier
8c63ce4344 New site organization
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@327741 13f79535-47bb-0310-9956-ffa450edef68
2005-10-23 04:09:10 +00:00
aheritier
4c994b2b5a Replace the multiproject:goal by the reactor (workaround for MAVEN-1691).
Fix all tests in all plugins.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@280860 13f79535-47bb-0310-9956-ffa450edef68
2005-09-14 14:06:20 +00:00
vmassol
f6a0fdfdae Use <j:expr>${... instead of ${... in order to prevent empty new lines being printed
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@178860 13f79535-47bb-0310-9956-ffa450edef68
2005-05-28 07:49:09 +00:00
carlos
c710974162 Fixed MPCLOVER-38, maven:set doesn't allow null values
Check that maven.test.failure.ignore is correctly reset

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@178316 13f79535-47bb-0310-9956-ffa450edef68
2005-05-24 23:07:32 +00:00
vmassol
e9155c7833 MPCLOVER-32: Fully disable Clover in <code>clover:off</code> so that the Clover compiler adapter delegates straight to the default compiler.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@171214 13f79535-47bb-0310-9956-ffa450edef68
2005-05-21 14:46:36 +00:00
vmassol
3144c23f3f Removed the <code>maven.clover.jar</code> property that was used to override the default Clover jar. This property was not working (it requires Ant 1.6) and is no needed anymore as Cenqua has cleanly separated the Clover jar from the Clover license. You only need to point <code>maven.clover.license.path</code> to your license file.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@171202 13f79535-47bb-0310-9956-ffa450edef68
2005-05-21 11:08:50 +00:00
brett
9cad18f3b3 remove .cvsignore files, setup svn:ignore properties
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@170202 13f79535-47bb-0310-9956-ffa450edef68
2005-05-15 06:49:30 +00:00
vmassol
98d793400e - Added a quick usage guide in the documentation.
- Fixed issue where <code>clover:report</code> was not calling <code>clover:on</code> leading to an error when generating the reports.
- Ensure that <code>clover:init</code>, <code>clover:on</code> and <code>clover:off</code> can only be called once. For example calling <code>clover:on</code> twice in a row will execute it only once.
- The <code>clover:*-report</code> goals do not call <code>clover:test</code> anymore. They only generates Clover reports. This is now aligned with the <code>clover:report</code> behavior. To run the full thing, execute the <code>clover</code> goal or add the Clover report to your project's POM.
- Added a <code>maven.clover.multiproject</code> property that should be set to true in your master project (if you're using a multiproject setup). Setting it to true will make the <code>clover</code> goal and the <code>maven-clover-plugin</code> report in your POM execute on all subprojects (they'll call the new <code>clover:multiproject</code> goal).
- New <code>clover:multiproject</code> goal to run Clover on a multiproject setup.
- New <code>clover:merge</code> goal that creates a new Clover database by merging several other databases specified using the <code>maven.clover.merge.databases</code> property (which defaults to <code>**/clover_coverage.db</code>).


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@169652 13f79535-47bb-0310-9956-ffa450edef68
2005-05-11 16:28:26 +00:00
vmassol
a578ec3c6f MPCLOVER-35: Always generate Clover reports even when there is no coverage data. One of the reason is that Clover generates metrics other than coverage percentage, like LOC and NCLOC which are useful in themselves.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@164270 13f79535-47bb-0310-9956-ffa450edef68
2005-04-22 19:15:46 +00:00
vmassol
5386f83f07 MPCLOVER-31: Added PDF report generation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@160064 13f79535-47bb-0310-9956-ffa450edef68
2005-04-04 17:32:23 +00:00
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