Author: vmassol Date: Sat Apr 8 10:09:23 2006 New Revision: 392557 URL: http://svn.apache.org/viewcvs?rev=392557&view=rev Log: MCLOVER-32: Add support for aggregating functional tests results
Added documentation. Modified: maven/plugins/trunk/maven-clover-plugin/src/site/apt/howto.apt maven/plugins/trunk/maven-clover-plugin/src/site/apt/introduction.apt Modified: maven/plugins/trunk/maven-clover-plugin/src/site/apt/howto.apt URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-clover-plugin/src/site/apt/howto.apt?rev=392557&r1=392556&r2=392557&view=diff ============================================================================== --- maven/plugins/trunk/maven-clover-plugin/src/site/apt/howto.apt (original) +++ maven/plugins/trunk/maven-clover-plugin/src/site/apt/howto.apt Sat Apr 8 10:09:23 2006 @@ -323,3 +323,4 @@ </excludes> [...] +--------- + \ No newline at end of file Modified: maven/plugins/trunk/maven-clover-plugin/src/site/apt/introduction.apt URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-clover-plugin/src/site/apt/introduction.apt?rev=392557&r1=392556&r2=392557&view=diff ============================================================================== --- maven/plugins/trunk/maven-clover-plugin/src/site/apt/introduction.apt (original) +++ maven/plugins/trunk/maven-clover-plugin/src/site/apt/introduction.apt Sat Apr 8 10:09:23 2006 @@ -4,7 +4,7 @@ Vincent Massol <[EMAIL PROTECTED]> ------ - April 1st, 2006 + April 8th, 2006 Introduction @@ -26,6 +26,9 @@ * Aggregating Clover databases found in children modules into a single database so that reporting and checking for test coverage can be done at the level of the full project. + + * Generation of Clovered artifacts into your local repository, including Clovered EAR, WAR, RAR, etc containing a + bundled Clover JAR. This allows including automated functional tests coverage into the Clover reports. * Generating a report from a {{{http://cenqua.com/clover/doc/adv/database.html}Clover database}}.