aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2018-07-13 23:28:19 +0200
committerEvgeny Mandrikov <mandrikov@gmail.com>2018-07-13 23:28:19 +0200
commit86f84b4a5f2820ae43a44ee6bfb12a43d7eaaf14 (patch)
tree132ffad2cd89d91b7ae122b351f893804a02d6be /org.jacoco.doc
parentce7de98c76b8bd107c05a061193de76d21c4c205 (diff)
downloadjacoco-86f84b4a5f2820ae43a44ee6bfb12a43d7eaaf14.tar.gz
Require at least JDK 8 and Maven 3.3.9 for build
Diffstat (limited to 'org.jacoco.doc')
-rw-r--r--org.jacoco.doc/docroot/doc/build.html8
-rw-r--r--org.jacoco.doc/docroot/doc/environment.html3
2 files changed, 6 insertions, 5 deletions
diff --git a/org.jacoco.doc/docroot/doc/build.html b/org.jacoco.doc/docroot/doc/build.html
index 89df34c3..3a125e0f 100644
--- a/org.jacoco.doc/docroot/doc/build.html
+++ b/org.jacoco.doc/docroot/doc/build.html
@@ -23,10 +23,10 @@
<p>
The JaCoCo build is based on <a href="http://maven.apache.org/">Maven</a> and
can be locally executed on every machine with a proper
- <a href="environment.html">environment setup</a>. In particular you need a
- <a href="http://maven.apache.org/">Maven 3</a> installation. Developers are
- encouraged to run the build before every commit to ensure consistency of the
- source tree.
+ <a href="environment.html">environment setup</a>. In particular you need at
+ least <a href="http://maven.apache.org/">Maven 3.3.9</a> installation.
+ Developers are encouraged to run the build before every commit to ensure
+ consistency of the source tree.
</p>
diff --git a/org.jacoco.doc/docroot/doc/environment.html b/org.jacoco.doc/docroot/doc/environment.html
index d2d426d5..bcc59534 100644
--- a/org.jacoco.doc/docroot/doc/environment.html
+++ b/org.jacoco.doc/docroot/doc/environment.html
@@ -74,7 +74,8 @@
<h3>Build</h3>
<p>
- The JaCoCo build is based on <a href="http://maven.apache.org/">Maven 3</a>.
+ The JaCoCo build is based on <a href="http://maven.apache.org/">Maven</a>
+ and requires at least Maven 3.3.9.
See the <a href="build.html">build description</a> for details.
</p>