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:
parent
84ed0e3e3c
commit
3c4e5f3dfd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue