Trac #198: Update project settings for M2E Eclipse tooling.
diff --git a/org.jacoco.doc/docroot/doc/environment.html b/org.jacoco.doc/docroot/doc/environment.html
index 731b540..8eefa2a 100644
--- a/org.jacoco.doc/docroot/doc/environment.html
+++ b/org.jacoco.doc/docroot/doc/environment.html
@@ -30,8 +30,15 @@
<p>
JaCoCo development is done with the latest Eclipse version 3.7.x. JaCoCo
- projects are OSGi bundles, therefore the PDE feature is required. Project
- specific Eclipse settings exist for the projects
+ projects are OSGi bundles, therefore the
+ <a href="http://www.eclipse.org/pde/">PDE</a> feature is required. The JaCoCo
+ Maven plug-in projects require the
+ <a href="http://www.eclipse.org/m2e/">M2E</a> for proper dependency resolution.
+</p>
+
+<p>
+ Project specific Eclipse settings only exist for the following projects. All
+ other projects and test projects link to these settings:
</p>
<ul>
@@ -39,10 +46,6 @@
<li><code>org.jacoco.core.test</code></li>
</ul>
-<p>
- All other projects and test projects link to these settings.
-</p>
-
<h3>JRE/JDK</h3>
<p>
@@ -74,6 +77,14 @@
part of the JaCoCo source tree.
</p>
+<h3>Source Encoding</h3>
+
+<p>
+ All source files and HTML documents are encoded in UTF-8 unless an alternative
+ encoding is required by the file format specification. For example Java
+ property files are always encoded in ISO-8859-1.
+</p>
+
<h3>Source Control</h3>
<p>