diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index ff93fd280..f11c8ca9a 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -71,7 +71,10 @@ The code base is monitored by a Sonar instance running on 2.x to 3.0 upgrade notes
Special note on 3.3.2 and Java 8: Due to the addition of DocLint
+to the JavaDoc tool mvn site
will currently fail because the test code contains malformed JavaDoc comments.
+If you want to build the site yourself use Java 6 or Java 7 or deactivate DocLint by configuring the Maven JavaDoc with
+<additionalparam>-Xdoclint:none</additionalparam>
.
Alternatively you can pull it from the central Maven repositories: