Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 726A3CE1F for ; Fri, 13 Sep 2013 15:56:46 +0000 (UTC) Received: (qmail 95385 invoked by uid 500); 13 Sep 2013 08:34:31 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 95280 invoked by uid 500); 13 Sep 2013 08:34:30 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 95232 invoked by uid 99); 13 Sep 2013 08:34:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Sep 2013 08:34:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Fri, 13 Sep 2013 08:34:26 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8B6DD23888D7; Fri, 13 Sep 2013 08:34:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1522812 - /commons/proper/csv/trunk/src/site/xdoc/index.xml Date: Fri, 13 Sep 2013 08:34:05 -0000 To: commits@commons.apache.org From: britter@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130913083405.8B6DD23888D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: britter Date: Fri Sep 13 08:34:05 2013 New Revision: 1522812 URL: http://svn.apache.org/r1522812 Log: mvn clean site will not create the jar for you Modified: commons/proper/csv/trunk/src/site/xdoc/index.xml Modified: commons/proper/csv/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/site/xdoc/index.xml?rev=1522812&r1=1522811&r2=1522812&view=diff ============================================================================== --- commons/proper/csv/trunk/src/site/xdoc/index.xml (original) +++ commons/proper/csv/trunk/src/site/xdoc/index.xml Fri Sep 13 08:34:05 2013 @@ -38,7 +38,7 @@ for (CSVRecord record : records) {

There are currently no official downloads, and will not be until version 1.0 is released, but nightly builds may be available from http://people.apache.org/builds/commons/nightly/commons-csv/.

The latest code can be checked out from our Subversion repository at http://svn.apache.org/repos/asf/commons/proper/csv/trunk/.

-

You can build the component using Apache Maven 3. For example: mvn clean site. Maven 2 will not work.

+

You can build the component using Apache Maven 3. For example: mvn clean package. Maven 2 will not work.