From 3c4e5f3dfdb8f28cf3edef795d2b6765c5a4c533 Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Sat, 11 May 2013 14:40:08 +0000 Subject: [PATCH] Updated project building instructions git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1481338 13f79535-47bb-0310-9956-ffa450edef68 --- BUILDING.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/BUILDING.txt b/BUILDING.txt index a7faaf808..62115a598 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -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=/clover.license where is a full path to Clover license file