From 129909001684e41c8c8d706a26dc3986e6f29cfb Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Fri, 13 Sep 2013 08:34:05 +0000 Subject: [PATCH] mvn clean site will not create the jar for you git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1522812 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/index.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 01ab1cfc..4cf2a07b 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -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.