From: Jeff J. <jef...@us...> - 2007-07-20 00:58:50
|
jeffjensen 07/07/19 17:58:47 Modified: cobertura/xdocs index.xml Log: Add using section. Revision Changes Path 1.5 +17 -1 maven-plugins/cobertura/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/index.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- index.xml 5 Jun 2006 04:50:37 -0000 1.4 +++ index.xml 20 Jul 2007 00:58:47 -0000 1.5 @@ -26,7 +26,7 @@ <section name="Cobertura Plugin"> <subsection name="Overview"> <p> - The Cobertura tool is a free and easy to use source code coverage analyser. + The Cobertura tool is a free and easy to use source code test coverage analyser. It helps you to discover where your source-code lacks in test coverage. </p> <p> @@ -48,6 +48,22 @@ maven.compile.debug. </p> </subsection> + <subsection name="Using"> + <p> + To use the plugin: + <ol> + <li>Install it per the <a href="http://maven-plugins.sourceforge.net/installing.html">Installing instructions</a>.</li> + <li>To have the cobertura reports generated as part of the site gen, add it to the reports section:</li> + </ol> + </p> +<source><![CDATA[ +<reports> + ... + <report>maven-cobertura-plugin</report> + ... +</reports> +]]></source> + </subsection> </section> </body> </document> |