Updated project building instructions

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1481338 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2013-05-11 14:40:08 +00:00
parent 84ed0e3e3c
commit 3c4e5f3dfd
1 changed files with 6 additions and 1 deletions

View File

@ -57,10 +57,15 @@ Fix the archive files so the source files have the correct EOL settings:
mvn antrun:run
(7) Building project web site with Clover reports
(7) Building project web site
Execute the following command in order to generate the project web site:
mvn site
Execute the following command in order to generate the project web site with Clover reports.
This step is optional:
mvn site -Pclover -Dmaven.clover.licenseLocation=<path>/clover.license
where <path> is a full path to Clover license file