You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/03/21 18:07:23 UTC

svn commit: r1459403 - /commons/proper/csv/trunk/src/site/xdoc/index.xml

Author: ggregory
Date: Thu Mar 21 17:07:23 2013
New Revision: 1459403

URL: http://svn.apache.org/r1459403
Log:
Update site with better build info.

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=1459403&r1=1459402&r2=1459403&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/csv/trunk/src/site/xdoc/index.xml Thu Mar 21 17:07:23 2013
@@ -36,12 +36,13 @@ limitations under the License.
   </ul>
 </section>
 
-<section name="Getting the code?">
-  <p>There are currently no official downloads, and will not be until CSV moves out of the Sandbox, but a nightly build is available from <a href="http://people.apache.org/builds/commons/nightly/commons-csv/">http://people.apache.org/builds/commons/nightly/commons-csv/</a>. </p>
-  <p>The latest code may be checked out from the following url - <a href="http://svn.apache.org/repos/asf/commons/proper/csv/trunk/">http://svn.apache.org/repos/asf/commons/proper/csv/trunk/</a>. </p>
+<section name="Getting the code">
+  <p>There are currently no official downloads, and will not be until version 1.0 is released, but nightly builds may be available from <a href="http://people.apache.org/builds/commons/nightly/commons-csv/">http://people.apache.org/builds/commons/nightly/commons-csv/</a>. </p>
+  <p>The latest code can be checked out from our Subversion repository at <a href="http://svn.apache.org/repos/asf/commons/proper/csv/trunk/">http://svn.apache.org/repos/asf/commons/proper/csv/trunk/</a>. </p>
+  <p>You can build the component using Apache Maven 3. For example: mvn clean site. Maven 2 will not work.</p>
 </section>
 
-<section name="Bugs?">
+<section name="Reporting bugs">
   <p>Please report any bugs or issues in the Commons Sandbox Jira project at <a href="http://issues.apache.org/jira/browse/CSV">http://issues.apache.org/jira/browse/CSV</a>. Please ask any questions or suggest any ideas for improvement on the commons-dev and commons-user <a href="mail-lists.html">mailing lists</a>. </p>
 </section>