From 889bed9fe63e4fbdde700ffddf1bcedf68c36d7a Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Mon, 26 Nov 2012 16:49:58 +0000 Subject: [PATCH] Maven 3.0.x and Clover are not compatible and will cause a build error. git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1413715 13f79535-47bb-0310-9956-ffa450edef68 --- BUILDING.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILDING.txt b/BUILDING.txt index e2fe9c03f..3eb262dfa 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -8,6 +8,8 @@ Version 2.1.0 or above is required, which requires JDK 1.4 or later. However, it is recommended that you use Maven 2.2.1 or later, which require JDK 1.5 or above, as does HttpClient itself. +Maven 3.0.x and Clover are not compatible and will cause a build error. + Maven installation and configuration instructions can be found here: http://maven.apache.org/run-maven/index.html