Add a note about 3.3.2 and DocLint, since I can not get the site build working without fixing all the warnings DocLint generates.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1585288 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
78fccbbd30
commit
483a02a44c
|
@ -71,7 +71,10 @@ The code base is monitored by a Sonar instance running on <a href="https://analy
|
|||
<li>Examine the <a href="article3_0.html">2.x to 3.0 upgrade notes</a></li>
|
||||
<li>Compare major versions via the <a href="lang2-lang3-clirr-report.html">Lang2 to Lang3 Clirr report</a></li>
|
||||
</ul>
|
||||
|
||||
<p><em>Special note on 3.3.2 and Java 8:</em> Due to the addition of <a href="http://openjdk.java.net/jeps/172">DocLint</a>
|
||||
to the JavaDoc tool <code>mvn site</code> 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
|
||||
<code><additionalparam>-Xdoclint:none</additionalparam></code>.</p>
|
||||
<p>
|
||||
Alternatively you can pull it from the central Maven repositories:
|
||||
<pre>
|
||||
|
|
Loading…
Reference in New Issue