Add matrix to track status of integration with different tools.
diff --git a/org.jacoco.doc/docroot/doc/integrations.html b/org.jacoco.doc/docroot/doc/integrations.html
new file mode 100644
index 0000000..e5bd72a
--- /dev/null
+++ b/org.jacoco.doc/docroot/doc/integrations.html
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>

+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

+<head>

+  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

+  <link rel="stylesheet" href=".resources/doc.css" charset="ISO-8859-1" type="text/css" />

+  <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />

+  <title>JaCoCo - Integration Matrix</title>

+</head>

+<body>

+

+<div class="breadcrumb">

+  <a href="../index.html" class="el_report">JaCoCo</a> &gt;

+  <a href="index.html" class="el_group">Documentation</a> &gt;

+  <span class="el_source">Integration Matrix</span>

+</div>

+<div id="content"> 

+

+<h1>Integration Matrix</h1>

+

+<p>

+  Currently JaCoCo is integrated with the following tools and technologies:

+</p>

+

+<table class="coverage">

+  <thead>

+    <tr>

+      <td>Integration</td>

+      <td>Status</td>

+      <td>Provider</td>

+      <td>Remarks</td>

+    </tr>

+  </thead>

+  <tbody>

+    <tr>

+      <td>Java API</td>

+      <td>done</td>

+      <td>JaCoCo</td>

+      <td><a href="api/index.html">JavaDoc</a> available, not yet stable.</td>

+    </tr>

+    <tr>

+      <td>Command Line</td>

+      <td>partially</td>

+      <td>JaCoCo</td>

+      <td>Execution data recording via <a href="agent.html">Agent parameter</a>

+          possible.</td>

+    </tr>

+    <tr>

+      <td>Apache Ant</td>

+      <td>done</td>

+      <td>JaCoCo</td>

+      <td>Fully supported, see <a href="ant.html">documentation</a>.</td>

+    </tr>

+    <tr>

+      <td>Eclipse</td>

+      <td>planned</td>

+      <td>EclEmma</td>

+      <td>Future versions of <a href="http://www.eclemma.org/">EclEmma</a> will

+          be based on JaCoCo.</td>

+    </tr>

+    <tr>

+      <td>Apache Maven</td>

+      <td>planned</td>

+      <td>JaCoCo/Others</td>

+      <td>JaCoCo itself should be published to a Maven repository.</td>

+    </tr>

+    <tr>

+      <td>Sonar</td>

+      <td>done</td>

+      <td>Sonar</td>

+      <td>See <a href="http://docs.codehaus.org/display/SONAR/JaCoCo+Plugin">JaCoCo Plugin</a>.</td>

+    </tr>

+  </tbody>

+</table>

+

+</div>

+<div class="footer">

+  <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>

+  <a href="license.html">Copyright</a> &copy; @copyright.years@ Mountainminds GmbH &amp; Co. KG and Contributors

+</div>

+

+</body>

+</html>
\ No newline at end of file