You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2013/01/06 21:29:18 UTC

svn commit: r1429592 - /httpcomponents/httpclient/branches/4.2.x/BUILDING.txt

Author: olegk
Date: Sun Jan  6 20:29:17 2013
New Revision: 1429592

URL: http://svn.apache.org/viewvc?rev=1429592&view=rev
Log:
Updated HttpClient 4.2.x build instructions

Modified:
    httpcomponents/httpclient/branches/4.2.x/BUILDING.txt

Modified: httpcomponents/httpclient/branches/4.2.x/BUILDING.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.2.x/BUILDING.txt?rev=1429592&r1=1429591&r2=1429592&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.2.x/BUILDING.txt (original)
+++ httpcomponents/httpclient/branches/4.2.x/BUILDING.txt Sun Jan  6 20:29:17 2013
@@ -3,10 +3,12 @@ Building HttpComponents Client 
 
 (1) Requisites
 --------------
-HttpClient utilizes Maven 2 as a distribution management and packaging tool. 
-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.
+JDK 1.5+ is required in order to compile and run HttpClient.
+
+HttpCore utilizes Maven 2 as a distribution management and packaging tool.
+Version 2.2.1 or later is recommended. Maven 3.0.x can also be used 
+to build HttpClient, however it is known to be incompatible with the Clover 
+plugin used to generate web site content. 
 
 Maven installation and configuration instructions can be found here:
 
@@ -20,14 +22,17 @@ mvn test
 
 (3) Building packages 
 
-Execute the following command in order to build the JAR packages
+Execute the following command in order to build the JAR packages and install 
+them to the local repository:
 
-mvn package
+mvn install
 
-The resultant packages can be found in the target folders of their respective modules
+The JAR packages can be found in the target folders of their respective modules
 
 httpclient/target/httpclient-<VERSION>.jar
 httpmime/target/httpmime-<VERSION>.jar
+httpclient-cache/target/httpclient-cache-<VERSION>.jar
+fluent-hc/target/fluent-hc-<VERSION>.jar
 httpclient-osgi/target/org.apache.httpcomponents.httpclient_<VERSION>.jar
 
 where <VERSION> is the release version