From 5d3f0ec39441be94eb6d568ad5d1cec5c5526a16 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Wed, 29 Oct 2014 14:52:39 +0000 Subject: [PATCH] The site builds OK with Java 8 and Maven 3.2.3. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635161 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/index.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 4e5636ca..67a45f61 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -67,9 +67,6 @@ limitations under the License.

The latest code can be checked out from our Subversion repository at http://svn.apache.org/repos/asf/commons/proper/csv/trunk/. You can build the component using Apache Maven using mvn clean package.

-

Note that building the website currently does not work when building with JDK 8. - This is due to incompatibilities between JDK 8 and the maven-findbugs-plugin - and the maven-jacoco-plugin.