Updated building instructions
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1518780 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9d2774d0ee
commit
3e98175a3e
30
BUILDING.txt
30
BUILDING.txt
|
@ -45,33 +45,3 @@ Execute the following command in order to generate the tutorial in html and pdf
|
|||
|
||||
mvn docbkx:generate-pdf docbkx:generate-html
|
||||
|
||||
(5) Building distribution assemblies
|
||||
|
||||
Execute the following command in order to build the distribution assemblies
|
||||
|
||||
mvn package assembly:assembly
|
||||
|
||||
(6) Fix EOL in source files
|
||||
|
||||
Fix the archive files so the source files have the correct EOL settings:
|
||||
|
||||
mvn antrun:run
|
||||
|
||||
(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
|
||||
|
||||
ASF committers can obtain a copy of Clover license donated to the ASF from the SVN repository
|
||||
at the following location:
|
||||
|
||||
https://svn.apache.org/repos/private/committers/donated-licenses/clover
|
||||
|
||||
|
|
Loading…
Reference in New Issue