git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113950 13f79535-47bb-0310-9956-ffa450edef68
22 lines
638 B
XML
22 lines
638 B
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
|
|
<document>
|
|
<properties>
|
|
<title>JCoverage Plugin</title>
|
|
<author email="Dominik.Dahlem@cs.tcd.ie">Dominik Dahlem</author>
|
|
</properties>
|
|
<body>
|
|
<section name="JCoverage Plugin">
|
|
<p>
|
|
The JCoverage tool is a free and easy to use source code coverage analyser.
|
|
It helps you to discover where your source-code lacks in test coverage.
|
|
</p>
|
|
<p>
|
|
For more information regarding jcoverage check out the
|
|
<a href="http://www.jcoverage.com" target="_blank">
|
|
project homepage</a>.
|
|
</p>
|
|
</section>
|
|
</body>
|
|
</document>
|