<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.cenqua.clover</groupId>
  <artifactId>clover</artifactId>
  <version>1.3.13</version>
  <packaging>jar</packaging>
  <name>Clover</name>
  <url>http://www.cenqua.com/clover</url>
  <description>
    Clover is a powerful and highly configurable code coverage analysis tool.
    It discovers sections of code that are not being adequately exercised by your tests.
  </description>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.cenqua.com/clover/license.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies/>
</project> 