Reference to Maven repository.
diff --git a/org.jacoco.doc/docroot/doc/repo.html b/org.jacoco.doc/docroot/doc/repo.html
index c76b873..0d39343 100644
--- a/org.jacoco.doc/docroot/doc/repo.html
+++ b/org.jacoco.doc/docroot/doc/repo.html
@@ -23,7 +23,7 @@
 <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.   

+  releases, one for weekly snapshot builds.   

 </p>

 

 <table class="coverage">

@@ -35,16 +35,18 @@
   </thead>

   <tbody>

     <tr>

-      <td>Releases</td>

+      <td>Release</td>

       <td><code>http://repo1.maven.org/maven2/</code> (Central Repository)</td>

     </tr>

     <tr>

-      <td>Snapshots</td>

+      <td>Snapshot</td>

       <td><code>https://oss.sonatype.org/content/repositories/snapshots</code></td>

     </tr>

   </tbody>

 </table>

 

+<h2>Artifacts</h2>

+

 <p>

   JaCoCo is split into several separate projects, the artifact ids are:   

 </p>

@@ -60,6 +62,11 @@
   <tbody>

     <tr>

       <td><code>org.jacoco</code></td>

+      <td><code>jacoco-maven-plugin</code></td>

+      <td>Plug-in for Maven builds</td>

+    </tr>

+    <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>