Return-Path: Delivered-To: apmail-hc-commits-archive@www.apache.org Received: (qmail 15312 invoked from network); 15 Feb 2009 14:43:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2009 14:43:09 -0000 Received: (qmail 9950 invoked by uid 500); 15 Feb 2009 14:43:09 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 9917 invoked by uid 500); 15 Feb 2009 14:43:09 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 9908 invoked by uid 99); 15 Feb 2009 14:43:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2009 06:43:09 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2009 14:43:07 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F07FB2388999; Sun, 15 Feb 2009 14:42:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r744671 - /httpcomponents/httpcore/trunk/BUILDING.txt Date: Sun, 15 Feb 2009 14:42:45 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090215144245.F07FB2388999@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olegk Date: Sun Feb 15 14:42:45 2009 New Revision: 744671 URL: http://svn.apache.org/viewvc?rev=744671&view=rev Log: Added instructions how to build project web site Modified: httpcomponents/httpcore/trunk/BUILDING.txt Modified: httpcomponents/httpcore/trunk/BUILDING.txt URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/BUILDING.txt?rev=744671&r1=744670&r2=744671&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/BUILDING.txt (original) +++ httpcomponents/httpcore/trunk/BUILDING.txt Sun Feb 15 14:42:45 2009 @@ -28,6 +28,7 @@ module-main/target/httpcore-.jar module-nio/target/httpcore-nio-.jar +module-osgi-bundle/target/org.apache.httpcomponents.httpcore_.jar where is the release version @@ -37,4 +38,16 @@ mvn package assembly:assembly +(5) Building project web site + +Execute the following command in order to generate the project web site: + +mvn site -Dclover.license=/clover.license + +where 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