Updated building instructions

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1724990 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2016-01-16 15:16:53 +00:00
parent 7459a26370
commit 14ff5f3744
1 changed files with 5 additions and 10 deletions

View File

@ -3,7 +3,7 @@ Building HttpComponents Client
(1) Requisites
--------------
JDK 1.6+ is required in order to compile and run HttpClient.
JDK 1.7+ is required in order to compile and run HttpClient.
HttpClient utilizes Maven as a distribution management and packaging tool.
Version 3.0.3 or later is required.
@ -27,11 +27,10 @@ mvn install
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-win/target/httpclient-win-<VERSION>.jar
httpclient/target/httpclient5-<VERSION>.jar
httpclient-cache/target/httpclient5-cache-<VERSION>.jar
httpclient-fluent/target/httpclient5-fluent-<VERSION>.jar
httpclient-win/target/httpclient5-win-<VERSION>.jar
httpclient-osgi/target/org.apache.httpcomponents.httpclient_<VERSION>.jar
where <VERSION> is the release version
@ -52,7 +51,3 @@ Execute the following command in order to generate javadoc:
mvn javadoc:aggregate
Execute the following command in order to generate the tutorial in html and pdf formats
mvn docbkx:generate-pdf docbkx:generate-html