From 28c0a36e241329d7cab7c6adab4e7eba00b956fc Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Fri, 27 Sep 2013 13:52:46 +0000 Subject: [PATCH] Maven 2 also works git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1526902 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 4cf2a07b..2b1b3e90 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 package. Maven 2 will not work.

+

You can build the component using Apache Maven. For example: mvn clean package.