Stubs for Maven documentation.
diff --git a/org.jacoco.doc/docroot/doc/repo.html b/org.jacoco.doc/docroot/doc/repo.html
new file mode 100644
index 0000000..6e4ce8f
--- /dev/null
+++ b/org.jacoco.doc/docroot/doc/repo.html
@@ -0,0 +1,97 @@
+<?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="stylesheet" href="../coverage/.resources/prettify.css" charset="ISO-8859-1" type="text/css" />
+ <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />
+ <script type="text/javascript" src="../coverage/.resources/prettify.js"></script>
+ <title>JaCoCo - Maven Repository</title>
+</head>
+<body onload="prettyPrint()">
+
+<div class="breadcrumb">
+ <a href="../index.html" class="el_report">JaCoCo</a> >
+ <a href="index.html" class="el_group">Documentation</a> >
+ <span class="el_source">Maven Repository</span>
+</div>
+<div id="content">
+
+<h1>Maven Repository</h1>
+
+<p>
+ If you want to integrate JaCoCo within your tools you might directly retrieve
+ it from the Maven repository. There are two repositories, one for JaCoCo
+ releases, one for snapshot builds.
+</p>
+
+<table class="coverage">
+ <thead>
+ <tr>
+ <td>Release Type</td>
+ <td>Repository</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>Releases</td>
+ <td><i>TODO</i></td>
+ </tr>
+ <tr>
+ <td>Snapshots</td>
+ <td><i>TODO</i></td>
+ </tr>
+ </tbody>
+</table>
+
+<p>
+ JaCoCo is split into several separate projects, the artifact ids are:
+</p>
+
+<table class="coverage">
+ <thead>
+ <tr>
+ <td>Group ID</td>
+ <td>Artifact ID</td>
+ <td>Description</td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><code>org.jacoco</code></td>
+ <td><code>org.jacoco.agent</code></td>
+ <td>API to get a local copy of the agent</td>
+ </tr>
+ <tr>
+ <td><code>org.jacoco</code></td>
+ <td><code>org.jacoco.agent.rt</code></td>
+ <td>The coverage agent itself</td>
+ </tr>
+ <tr>
+ <td><code>org.jacoco</code></td>
+ <td><code>org.jacoco.core</code></td>
+ <td>Core APIs and implementations</td>
+ </tr>
+ <tr>
+ <td><code>org.jacoco</code></td>
+ <td><code>org.jacoco.report</code></td>
+ <td>Reporting implementation</td>
+ </tr>
+ <tr>
+ <td><code>org.jacoco</code></td>
+ <td><code>org.jacoco.ant</code></td>
+ <td>Ant Tasks</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> © @copyright.years@ Mountainminds GmbH & Co. KG and Contributors
+</div>
+
+</body>
+</html>
\ No newline at end of file