Documentation updates.
diff --git a/org.jacoco.doc/docroot/doc/mission.html b/org.jacoco.doc/docroot/doc/mission.html
index b636621..0c05703 100644
--- a/org.jacoco.doc/docroot/doc/mission.html
+++ b/org.jacoco.doc/docroot/doc/mission.html
@@ -53,7 +53,8 @@
 
 <h3>Features</h3>
 <ul>
-  <li>Statement (C0) and branch (C1) coverage analysis.</li>
+  <li>Coverage <a href="counters.html">analysis</a> of instructions (C0),
+      branches (C1), lines, methods, types and cyclomatic complexity.</li>
   <li>Based on Java byte code and therefore works also without source files.</li>
   <li>Simple integration through <a href="agent.html">Java agent</a> based
       on-the-fly instrumentation. Other integration scenarios like custom class
@@ -65,9 +66,10 @@
   <li>Several report formats (HTML, XML, CSV).</li>
   <li>Remote protocol to request execution data dumps from the coverage agent at
       any point in time.</li>
-  <li>Several <a href="ant.html">Ant task</a> to collect and manage execution
+  <li><a href="ant.html">Ant tasks</a> to collect and manage execution
       data and create structured coverage reports.</li>
-  <li>Planned: Better reporting of Exception within blocks.</li>
+  <li><a href="maven.html">Maven plug-in</a> to collect coverage information
+      in Maven builds.</li>
 </ul>
 
 <h3>Non-Functional Characteristics</h3>
@@ -77,8 +79,10 @@
       projects.</li>
   <li>Lightweight implementation with minimal dependencies on external libraries
       and system resources.</li>
-  <li>Fully documented API (<a href="api/index.html">JavaDoc</a>) including
-      descriptions of the basic concepts.</li>
+  <li>Comprehensive documentation.</li>
+  <li>Fully documented APIs (<a href="api/index.html">JavaDoc</a>) and
+      <a href="api.html">examples</a> for <a href="integrations.html">integration</a>
+      with other tools.</li>
   <li>Regression <a href="../test/index.html">tests</a> with full functional
       test <a href="../coverage/index.html">coverage</a> based on
       <a href="http://junit.org/">JUnit</a> test cases.</li>
diff --git a/org.jacoco.doc/docroot/index.html b/org.jacoco.doc/docroot/index.html
index 15fbe31..e9385d2 100644
--- a/org.jacoco.doc/docroot/index.html
+++ b/org.jacoco.doc/docroot/index.html
@@ -26,23 +26,6 @@
   This is the distribution of version @qualified.bundle.version@ created on @build.date@.
 </p>
 
-<h2>Implementation Status</h2>
-
-<p>
-  This release of JaCoCo is a fully functional prototype to verify the concepts
-  and implementation strategies. It already produces
-  <a href="coverage/index.html">neat coverage reports</a> and has been
-  successfully tested with comprehensive JUnit test suites as well as huge
-  Eclipse RCP applications and J2EE projects. JaCoCo is
-  <a href="doc/integrations.html">integrated with several tools</a>.
-</p>
-
-<p class="hint">
-  Due to the prototype status future versions will come with additional or
-  modified features and may show different behavior in various situations. The
-  Java API is certainly not frozen yet.
-</p>
-
 <h2>Contents</h2>
 
 <ul>
@@ -109,42 +92,11 @@
   </tbody>
 </table>
 
-<h2>Java Versions and 3rd Party Dependencies</h2>
-
 <p>
-  JaCoCo requires a Java runtime environment in version 1.5 or higher. Java
-  class files under test can be of any Java version ranging from 1.0 to 1.7. 
+  The JaCoCo <a href="doc/maven.html">Maven plug-in</a> is available from the
+  Maven <a href="doc/repo.html">repository</a>.
 </p>
 
-<p>
-  3rd party dependencies listed above refer to the following libraries:
-</p>
-
-<table class="coverage">
-  <thead>
-    <tr>
-      <td>Library</td>
-      <td>Version Range</td>
-      <td>Vendor</td>
-      <td>License</td>
-    </tr>
-  </thead>
-  <tbody>
-    <tr>
-      <td><span class="el_jar">ASM</span></td>
-      <td>[3.2.0, 4.0.0)</td>
-      <td>INRIA, France Telecom</td>
-      <td>BSD License</td>
-    </tr>
-    <tr>
-      <td><span class="el_jar">Ant</span></td>
-      <td>[1.7.0, 2.0.0)</td>
-      <td>Apache Software Foundation</td>
-      <td>Apache License, Version 2.0</td>
-    </tr>
-  </tbody>
-</table>
-
 </div>
 <div class="footer">
   <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>