You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by br...@apache.org on 2016/07/10 19:38:21 UTC

svn commit: r992480 [20/46] - in /websites/production/commons/content/proper/commons-csv: ./ apidocs/ apidocs/org/apache/commons/csv/ apidocs/org/apache/commons/csv/class-use/ apidocs/resources/ apidocs/src-html/org/apache/commons/csv/ css/ jacoco/ jac...

Modified: websites/production/commons/content/proper/commons-csv/dependency-info.html
==============================================================================
--- websites/production/commons/content/proper/commons-csv/dependency-info.html (original)
+++ websites/production/commons/content/proper/commons-csv/dependency-info.html Sun Jul 10 19:38:20 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 28 May 2016
+ | Generated by Apache Maven Doxia at 10 July 2016
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160528" />
+    <meta name="Date-Revision-yyyymmdd" content="20160710" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CSV &#x2013; Dependency Information</title>
 
@@ -21,7 +21,7 @@
   <script type="text/javascript" src="./js/site.js"></script>
 
                             
-<link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                
+<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
 <script src="./js/prettify.js" type="text/javascript"></script>                                
 <script type="text/javascript">window.onload=function() {
               prettyPrint();
@@ -43,8 +43,8 @@
           <a class="brand" href="http://commons.apache.org/proper/commons-csv/">Apache Commons CSV &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 28 May 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.4</li>
+            <li id="publishDate">Last Published: 10 July 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.5-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>
@@ -316,36 +316,36 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
   &lt;artifactId&gt;commons-csv&lt;/artifactId&gt;
-  &lt;version&gt;1.4&lt;/version&gt;
+  &lt;version&gt;1.5-SNAPSHOT&lt;/version&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3><a name="Apache_Buildr"></a>Apache Buildr</h3><a name="Apache_Buildr"></a>
 <div class="source">
-<pre>'org.apache.commons:commons-csv:jar:1.4'</pre></div></div>
+<pre>'org.apache.commons:commons-csv:jar:1.5-SNAPSHOT'</pre></div></div>
 <div class="section">
 <h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a>
 <div class="source">
-<pre>&lt;dependency org=&quot;org.apache.commons&quot; name=&quot;commons-csv&quot; rev=&quot;1.4&quot;&gt;
+<pre>&lt;dependency org=&quot;org.apache.commons&quot; name=&quot;commons-csv&quot; rev=&quot;1.5-SNAPSHOT&quot;&gt;
   &lt;artifact name=&quot;commons-csv&quot; type=&quot;jar&quot; /&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a>
 <div class="source">
 <pre>@Grapes(
-@Grab(group='org.apache.commons', module='commons-csv', version='1.4')
+@Grab(group='org.apache.commons', module='commons-csv', version='1.5-SNAPSHOT')
 )</pre></div></div>
 <div class="section">
 <h3><a name="GradleGrails"></a>Gradle/Grails</h3><a name="GradleGrails"></a>
 <div class="source">
-<pre>compile 'org.apache.commons:commons-csv:1.4'</pre></div></div>
+<pre>compile 'org.apache.commons:commons-csv:1.5-SNAPSHOT'</pre></div></div>
 <div class="section">
 <h3><a name="Scala_SBT"></a>Scala SBT</h3><a name="Scala_SBT"></a>
 <div class="source">
-<pre>libraryDependencies += &quot;org.apache.commons&quot; % &quot;commons-csv&quot; % &quot;1.4&quot;</pre></div></div>
+<pre>libraryDependencies += &quot;org.apache.commons&quot; % &quot;commons-csv&quot; % &quot;1.5-SNAPSHOT&quot;</pre></div></div>
 <div class="section">
 <h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a>
 <div class="source">
-<pre>[org.apache.commons/commons-csv &quot;1.4&quot;]</pre></div></div></div>
+<pre>[org.apache.commons/commons-csv &quot;1.5-SNAPSHOT&quot;]</pre></div></div></div>
           </td>
         </tr>
       </table>

Modified: websites/production/commons/content/proper/commons-csv/distribution-management.html
==============================================================================
--- websites/production/commons/content/proper/commons-csv/distribution-management.html (original)
+++ websites/production/commons/content/proper/commons-csv/distribution-management.html Sun Jul 10 19:38:20 2016
@@ -1,336 +1,336 @@
-<!DOCTYPE html>
-<!--
- | Generated by Apache Maven Doxia at 28 May 2016
- | Rendered using Apache Maven Fluido Skin 1.3.0
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta charset="UTF-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160528" />
-    <meta http-equiv="Content-Language" content="en" />
-    <title>Commons CSV &#x2013; Project Distribution Management</title>
-
-  <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
-  <link rel="stylesheet" href="./css/site.css" type="text/css" />
-    <link rel="stylesheet" href="./css/print.css" media="print" />
-
-  <script type="text/javascript" src="./js/jquery.min.js"></script>
-  <script type="text/javascript" src="./js/bootstrap.min.js"></script>
-  <script type="text/javascript" src="./js/prettify.min.js"></script>
-  <script type="text/javascript" src="./js/site.js"></script>
-
-                            
-<link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                
-<script src="./js/prettify.js" type="text/javascript"></script>                                
-<script type="text/javascript">window.onload=function() {
-              prettyPrint();
-          }</script>                  
-      </head>
-
-  <body class="composite">
-                          <a href="http://commons.apache.org/" id="bannerLeft" title="Apache Commons logo">
-                                                                                        <img class="logo-left" src="./images/commons-logo.png"  alt="Apache Commons logo"/>
-                </a>
-                                              <a href="index.html" id="bannerRight" title="Commons CSV&trade; logo">
-                                                                                                <img class="logo-right" src="images/logo.png"  alt="Commons CSV&trade; logo"/>
-                </a>
-          <div class="clear"></div>
-
-    <div class="navbar">
-      <div class="navbar-inner">
-        <div class="container-fluid">
-          <a class="brand" href="http://commons.apache.org/proper/commons-csv/">Apache Commons CSV &trade;</a>
-          <ul class="nav">      
-                    
-            <li id="publishDate">Last Published: 28 May 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.4</li>
-  </ul>
-                    <div class="pull-right">  <ul class="nav">
-            <li>
-                  <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">
-    ApacheCon</a>
-      </li>
-          <li>
-                  <a href="http://www.apache.org" class="externalLink" title="Apache">
-    Apache</a>
-      </li>
-          <li>
-                  <a href="../../" title="Commons">
-    Commons</a>
-      </li>
-    </ul>
-</div>
-        </div>
-      </div>
-    </div>
-
-    <div class="container-fluid">
-      <table class="layout-table">
-        <tr>
-          <td class="sidebar">
-            <div class="well sidebar-nav">
-                    <ul class="nav nav-list">
-                                  <li class="nav-header">Commons CSV</li>
-                                        <li class="none">
-                  <a href="index.html" title="Overview">
-    Overview</a>
-          </li>
-                             <li class="none">
-                  <a href="download_csv.cgi" title="Download">
-    Download</a>
-          </li>
-                             <li class="none">
-                  <a href="user-guide.html" title="User Guide">
-    User Guide</a>
-          </li>
-                             <li class="none">
-                  <a href="http://wiki.apache.org/commons/CSV" class="externalLink" title="Wiki">
-    Wiki</a>
-          </li>
-                 </ul>
-      <ul class="nav nav-list">
-                                        <li class="nav-header"><i class="icon-cog"></i>Development</li>
-                                        <li class="none">
-                  <a href="changes-report.html" title="History">
-    History</a>
-          </li>
-                             <li class="none">
-                  <a href="mail-lists.html" title="Mailing Lists">
-    Mailing Lists</a>
-          </li>
-                             <li class="none">
-                  <a href="issue-tracking.html" title="Issue Tracking">
-    Issue Tracking</a>
-          </li>
-                             <li class="none">
-                  <a href="team-list.html" title="Team">
-    Team</a>
-          </li>
-                             <li class="none">
-                  <a href="source-repository.html" title="Source Repository">
-    Source Repository</a>
-          </li>
-                             <li class="none">
-                  <a href="apidocs/index.html" title="Javadoc trunk">
-    Javadoc trunk</a>
-          </li>
-                             <li class="none">
-                  <a href="archives/1.4/apidocs/index.html" title="Javadoc 1.4">
-    Javadoc 1.4</a>
-          </li>
-                             <li class="none">
-                  <a href="archives/1.3/apidocs/index.html" title="Javadoc 1.3">
-    Javadoc 1.3</a>
-          </li>
-                             <li class="none">
-                  <a href="archives/1.2/apidocs/index.html" title="Javadoc 1.2">
-    Javadoc 1.2</a>
-          </li>
-                             <li class="none">
-                  <a href="archives/1.1/apidocs/index.html" title="Javadoc 1.1">
-    Javadoc 1.1</a>
-          </li>
-                             <li class="none">
-                  <a href="archives/1.0/apidocs/index.html" title="Javadoc 1.0">
-    Javadoc 1.0</a>
-          </li>
-                 </ul>
-      <ul class="nav nav-list">
-                                  <li class="nav-header">Site Archives</li>
-                                        <li class="none">
-                  <a href="archives/1.4/index.html" title="CSV 1.4">
-    CSV 1.4</a>
-          </li>
-                             <li class="none">
-                  <a href="archives/1.3/index.html" title="CSV 1.3">
-    CSV 1.3</a>
-          </li>
-                             <li class="none">
-                  <a href="archives/1.2/index.html" title="CSV 1.2">
-    CSV 1.2</a>
-          </li>
-                             <li class="none">
-                  <a href="archives/1.1/index.html" title="CSV 1.1">
-    CSV 1.1</a>
-          </li>
-                             <li class="none">
-                  <a href="archives/1.0/index.html" title="CSV 1.0">
-    CSV 1.0</a>
-          </li>
-                 </ul>
-      <ul class="nav nav-list">
-                                        <li class="nav-header"><i class="icon-info-sign"></i>Project Documentation</li>
-                                                                                                                                                                                                                                                                                        <li class="expanded">
-                  <a href="project-info.html" title="Project Information">
-    Project Information</a>
-                    <ul>
-                                  <li class="none">
-                  <a href="index.html" title="About">
-    About</a>
-          </li>
-                                     <li class="none">
-                  <a href="project-summary.html" title="Summary">
-    Summary</a>
-          </li>
-                                     <li class="none">
-                  <a href="team-list.html" title="Team">
-    Team</a>
-          </li>
-                                     <li class="none">
-                  <a href="source-repository.html" title="Source Code Management">
-    Source Code Management</a>
-          </li>
-                                     <li class="none">
-                  <a href="issue-tracking.html" title="Issue Management">
-    Issue Management</a>
-          </li>
-                                     <li class="none">
-                  <a href="mail-lists.html" title="Mailing Lists">
-    Mailing Lists</a>
-          </li>
-                                     <li class="none">
-                  <a href="dependency-info.html" title="Dependency Information">
-    Dependency Information</a>
-          </li>
-                                     <li class="none">
-                  <a href="dependencies.html" title="Dependencies">
-    Dependencies</a>
-          </li>
-                                     <li class="none">
-                  <a href="dependency-convergence.html" title="Dependency Convergence">
-    Dependency Convergence</a>
-          </li>
-                                     <li class="none">
-                  <a href="integration.html" title="CI Management">
-    CI Management</a>
-          </li>
-                                       <li class="none active">
-                  <a href="distribution-management.html" title="Distribution Management">
-    Distribution Management</a>
-          </li>
-                     </ul>
-              </li>
-                                                                                                                                                                                                                                                                                                                                           <li class="collapsed">
-                  <a href="project-reports.html" title="Project Reports">
-    Project Reports</a>
-                    </li>
-                 </ul>
-      <ul class="nav nav-list">
-                                  <li class="nav-header">Commons</li>
-                                        <li class="none">
-                  <a href="../../" title="Home">
-    Home</a>
-          </li>
-                             <li class="none">
-                  <a href="http://www.apache.org/licenses/" class="externalLink" title="License">
-    License</a>
-          </li>
-                                                                               <li class="collapsed">
-                  <a href="../../components.html" title="Components">
-    Components</a>
-                    </li>
-                                                                               <li class="collapsed">
-                  <a href="../../sandbox/index.html" title="Sandbox">
-    Sandbox</a>
-                    </li>
-                                                                               <li class="collapsed">
-                  <a href="../../dormant/index.html" title="Dormant">
-    Dormant</a>
-                    </li>
-                 </ul>
-      <ul class="nav nav-list">
-                                  <li class="nav-header">General Information</li>
-                                        <li class="none">
-                  <a href="../../security.html" title="Security">
-    Security</a>
-          </li>
-                             <li class="none">
-                  <a href="../../volunteering.html" title="Volunteering">
-    Volunteering</a>
-          </li>
-                             <li class="none">
-                  <a href="../../patches.html" title="Contributing Patches">
-    Contributing Patches</a>
-          </li>
-                             <li class="none">
-                  <a href="../../building.html" title="Building Components">
-    Building Components</a>
-          </li>
-                             <li class="none">
-                  <a href="../../commons-parent-pom.html" title="Commons Parent Pom">
-    Commons Parent Pom</a>
-          </li>
-                             <li class="none">
-                  <a href="../../build-plugin/index.html" title="Commons Build Plugin">
-    Commons Build Plugin</a>
-          </li>
-                             <li class="none">
-                  <a href="../../releases/index.html" title="Releasing Components">
-    Releasing Components</a>
-          </li>
-                             <li class="none">
-                  <a href="http://wiki.apache.org/commons/FrontPage" class="externalLink" title="Wiki">
-    Wiki</a>
-          </li>
-                 </ul>
-      <ul class="nav nav-list">
-                                  <li class="nav-header">ASF</li>
-                                        <li class="none">
-                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">
-    How the ASF works</a>
-          </li>
-                             <li class="none">
-                  <a href="http://www.apache.org/foundation/getinvolved.html" class="externalLink" title="Get Involved">
-    Get Involved</a>
-          </li>
-                             <li class="none">
-                  <a href="http://www.apache.org/dev/" class="externalLink" title="Developer Resources">
-    Developer Resources</a>
-          </li>
-                             <li class="none">
-                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">
-    Sponsorship</a>
-          </li>
-                             <li class="none">
-                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
-    Thanks</a>
-          </li>
-                 </ul>
-              </div>
-            <div id="poweredBy">
-                                                                                                                    <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="builtBy">
-        <img class="builtBy"  alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png"    />
-      </a>
-                                                                                                    <a href="http://maven.apache.org/" title="Maven" class="builtBy">
-        <img class="builtBy"  alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png"    />
-      </a>
-                      </div>
-          </td>
-          <td class="content">
-            <div class="section">
-<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
-<p>The following is the distribution management information used by this project.</p>
-<div class="section">
-<h3><a name="Repository_-_apache.releases.https"></a>Repository - apache.releases.https</h3><a name="Repository_-_apache.releases.https"></a><a class="externalLink" href="https://repository.apache.org/service/local/staging/deploy/maven2">https://repository.apache.org/service/local/staging/deploy/maven2</a></div>
-<div class="section">
-<h3><a name="Snapshot_Repository_-_apache.snapshots.https"></a>Snapshot Repository - apache.snapshots.https</h3><a name="Snapshot_Repository_-_apache.snapshots.https"></a><a class="externalLink" href="https://repository.apache.org/content/repositories/snapshots">https://repository.apache.org/content/repositories/snapshots</a></div>
-<div class="section">
-<h3><a name="Site_-_apache.website"></a>Site - apache.website</h3><a name="Site_-_apache.website"></a>
-<p>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-csv/</p></div></div>
-          </td>
-        </tr>
-      </table>
-    </div>
-
-    <div class="footer">
-      <p>Copyright &copy;                    2016
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-            All Rights Reserved.</p>
-                                                                  
-<div class="center">Apache Commons, Apache Commons CSV, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                              </div>
-  </body>
-
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 10 July 2016
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20160710" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Commons CSV &#x2013; Project Distribution Management</title>
+
+  <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
+  <link rel="stylesheet" href="./css/site.css" type="text/css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+  <script type="text/javascript" src="./js/jquery.min.js"></script>
+  <script type="text/javascript" src="./js/bootstrap.min.js"></script>
+  <script type="text/javascript" src="./js/prettify.min.js"></script>
+  <script type="text/javascript" src="./js/site.js"></script>
+
+                            
+<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
+<script src="./js/prettify.js" type="text/javascript"></script>                                
+<script type="text/javascript">window.onload=function() {
+              prettyPrint();
+          }</script>                  
+      </head>
+
+  <body class="composite">
+                          <a href="http://commons.apache.org/" id="bannerLeft" title="Apache Commons logo">
+                                                                                        <img class="logo-left" src="./images/commons-logo.png"  alt="Apache Commons logo"/>
+                </a>
+                                              <a href="index.html" id="bannerRight" title="Commons CSV&trade; logo">
+                                                                                                <img class="logo-right" src="images/logo.png"  alt="Commons CSV&trade; logo"/>
+                </a>
+          <div class="clear"></div>
+
+    <div class="navbar">
+      <div class="navbar-inner">
+        <div class="container-fluid">
+          <a class="brand" href="http://commons.apache.org/proper/commons-csv/">Apache Commons CSV &trade;</a>
+          <ul class="nav">      
+                    
+            <li id="publishDate">Last Published: 10 July 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.5-SNAPSHOT</li>
+  </ul>
+                    <div class="pull-right">  <ul class="nav">
+            <li>
+                  <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">
+    ApacheCon</a>
+      </li>
+          <li>
+                  <a href="http://www.apache.org" class="externalLink" title="Apache">
+    Apache</a>
+      </li>
+          <li>
+                  <a href="../../" title="Commons">
+    Commons</a>
+      </li>
+    </ul>
+</div>
+        </div>
+      </div>
+    </div>
+
+    <div class="container-fluid">
+      <table class="layout-table">
+        <tr>
+          <td class="sidebar">
+            <div class="well sidebar-nav">
+                    <ul class="nav nav-list">
+                                  <li class="nav-header">Commons CSV</li>
+                                        <li class="none">
+                  <a href="index.html" title="Overview">
+    Overview</a>
+          </li>
+                             <li class="none">
+                  <a href="download_csv.cgi" title="Download">
+    Download</a>
+          </li>
+                             <li class="none">
+                  <a href="user-guide.html" title="User Guide">
+    User Guide</a>
+          </li>
+                             <li class="none">
+                  <a href="http://wiki.apache.org/commons/CSV" class="externalLink" title="Wiki">
+    Wiki</a>
+          </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                        <li class="nav-header"><i class="icon-cog"></i>Development</li>
+                                        <li class="none">
+                  <a href="changes-report.html" title="History">
+    History</a>
+          </li>
+                             <li class="none">
+                  <a href="mail-lists.html" title="Mailing Lists">
+    Mailing Lists</a>
+          </li>
+                             <li class="none">
+                  <a href="issue-tracking.html" title="Issue Tracking">
+    Issue Tracking</a>
+          </li>
+                             <li class="none">
+                  <a href="team-list.html" title="Team">
+    Team</a>
+          </li>
+                             <li class="none">
+                  <a href="source-repository.html" title="Source Repository">
+    Source Repository</a>
+          </li>
+                             <li class="none">
+                  <a href="apidocs/index.html" title="Javadoc trunk">
+    Javadoc trunk</a>
+          </li>
+                             <li class="none">
+                  <a href="archives/1.4/apidocs/index.html" title="Javadoc 1.4">
+    Javadoc 1.4</a>
+          </li>
+                             <li class="none">
+                  <a href="archives/1.3/apidocs/index.html" title="Javadoc 1.3">
+    Javadoc 1.3</a>
+          </li>
+                             <li class="none">
+                  <a href="archives/1.2/apidocs/index.html" title="Javadoc 1.2">
+    Javadoc 1.2</a>
+          </li>
+                             <li class="none">
+                  <a href="archives/1.1/apidocs/index.html" title="Javadoc 1.1">
+    Javadoc 1.1</a>
+          </li>
+                             <li class="none">
+                  <a href="archives/1.0/apidocs/index.html" title="Javadoc 1.0">
+    Javadoc 1.0</a>
+          </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                  <li class="nav-header">Site Archives</li>
+                                        <li class="none">
+                  <a href="archives/1.4/index.html" title="CSV 1.4">
+    CSV 1.4</a>
+          </li>
+                             <li class="none">
+                  <a href="archives/1.3/index.html" title="CSV 1.3">
+    CSV 1.3</a>
+          </li>
+                             <li class="none">
+                  <a href="archives/1.2/index.html" title="CSV 1.2">
+    CSV 1.2</a>
+          </li>
+                             <li class="none">
+                  <a href="archives/1.1/index.html" title="CSV 1.1">
+    CSV 1.1</a>
+          </li>
+                             <li class="none">
+                  <a href="archives/1.0/index.html" title="CSV 1.0">
+    CSV 1.0</a>
+          </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                        <li class="nav-header"><i class="icon-info-sign"></i>Project Documentation</li>
+                                                                                                                                                                                                                                                                                        <li class="expanded">
+                  <a href="project-info.html" title="Project Information">
+    Project Information</a>
+                    <ul>
+                                  <li class="none">
+                  <a href="index.html" title="About">
+    About</a>
+          </li>
+                                     <li class="none">
+                  <a href="project-summary.html" title="Summary">
+    Summary</a>
+          </li>
+                                     <li class="none">
+                  <a href="team-list.html" title="Team">
+    Team</a>
+          </li>
+                                     <li class="none">
+                  <a href="source-repository.html" title="Source Code Management">
+    Source Code Management</a>
+          </li>
+                                     <li class="none">
+                  <a href="issue-tracking.html" title="Issue Management">
+    Issue Management</a>
+          </li>
+                                     <li class="none">
+                  <a href="mail-lists.html" title="Mailing Lists">
+    Mailing Lists</a>
+          </li>
+                                     <li class="none">
+                  <a href="dependency-info.html" title="Dependency Information">
+    Dependency Information</a>
+          </li>
+                                     <li class="none">
+                  <a href="dependencies.html" title="Dependencies">
+    Dependencies</a>
+          </li>
+                                     <li class="none">
+                  <a href="dependency-convergence.html" title="Dependency Convergence">
+    Dependency Convergence</a>
+          </li>
+                                     <li class="none">
+                  <a href="integration.html" title="CI Management">
+    CI Management</a>
+          </li>
+                                       <li class="none active">
+                  <a href="distribution-management.html" title="Distribution Management">
+    Distribution Management</a>
+          </li>
+                     </ul>
+              </li>
+                                                                                                                                                                                                                                                                                                                                           <li class="collapsed">
+                  <a href="project-reports.html" title="Project Reports">
+    Project Reports</a>
+                    </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                  <li class="nav-header">Commons</li>
+                                        <li class="none">
+                  <a href="../../" title="Home">
+    Home</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/licenses/" class="externalLink" title="License">
+    License</a>
+          </li>
+                                                                               <li class="collapsed">
+                  <a href="../../components.html" title="Components">
+    Components</a>
+                    </li>
+                                                                               <li class="collapsed">
+                  <a href="../../sandbox/index.html" title="Sandbox">
+    Sandbox</a>
+                    </li>
+                                                                               <li class="collapsed">
+                  <a href="../../dormant/index.html" title="Dormant">
+    Dormant</a>
+                    </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                  <li class="nav-header">General Information</li>
+                                        <li class="none">
+                  <a href="../../security.html" title="Security">
+    Security</a>
+          </li>
+                             <li class="none">
+                  <a href="../../volunteering.html" title="Volunteering">
+    Volunteering</a>
+          </li>
+                             <li class="none">
+                  <a href="../../patches.html" title="Contributing Patches">
+    Contributing Patches</a>
+          </li>
+                             <li class="none">
+                  <a href="../../building.html" title="Building Components">
+    Building Components</a>
+          </li>
+                             <li class="none">
+                  <a href="../../commons-parent-pom.html" title="Commons Parent Pom">
+    Commons Parent Pom</a>
+          </li>
+                             <li class="none">
+                  <a href="../../build-plugin/index.html" title="Commons Build Plugin">
+    Commons Build Plugin</a>
+          </li>
+                             <li class="none">
+                  <a href="../../releases/index.html" title="Releasing Components">
+    Releasing Components</a>
+          </li>
+                             <li class="none">
+                  <a href="http://wiki.apache.org/commons/FrontPage" class="externalLink" title="Wiki">
+    Wiki</a>
+          </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                  <li class="nav-header">ASF</li>
+                                        <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">
+    How the ASF works</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/foundation/getinvolved.html" class="externalLink" title="Get Involved">
+    Get Involved</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/dev/" class="externalLink" title="Developer Resources">
+    Developer Resources</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">
+    Sponsorship</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
+    Thanks</a>
+          </li>
+                 </ul>
+              </div>
+            <div id="poweredBy">
+                                                                                                                    <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="builtBy">
+        <img class="builtBy"  alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png"    />
+      </a>
+                                                                                                    <a href="http://maven.apache.org/" title="Maven" class="builtBy">
+        <img class="builtBy"  alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png"    />
+      </a>
+                      </div>
+          </td>
+          <td class="content">
+            <div class="section">
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
+<p>The following is the distribution management information used by this project.</p>
+<div class="section">
+<h3><a name="Repository_-_apache.releases.https"></a>Repository - apache.releases.https</h3><a name="Repository_-_apache.releases.https"></a><a class="externalLink" href="https://repository.apache.org/service/local/staging/deploy/maven2">https://repository.apache.org/service/local/staging/deploy/maven2</a></div>
+<div class="section">
+<h3><a name="Snapshot_Repository_-_apache.snapshots.https"></a>Snapshot Repository - apache.snapshots.https</h3><a name="Snapshot_Repository_-_apache.snapshots.https"></a><a class="externalLink" href="https://repository.apache.org/content/repositories/snapshots">https://repository.apache.org/content/repositories/snapshots</a></div>
+<div class="section">
+<h3><a name="Site_-_apache.website"></a>Site - apache.website</h3><a name="Site_-_apache.website"></a>
+<p>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-csv/</p></div></div>
+          </td>
+        </tr>
+      </table>
+    </div>
+
+    <div class="footer">
+      <p>Copyright &copy;                    2016
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.</p>
+                                                                  
+<div class="center">Apache Commons, Apache Commons CSV, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+                              </div>
+  </body>
+
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-csv/download_csv.html
==============================================================================
--- websites/production/commons/content/proper/commons-csv/download_csv.html (original)
+++ websites/production/commons/content/proper/commons-csv/download_csv.html Sun Jul 10 19:38:20 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 28 May 2016
+ | Generated by Apache Maven Doxia at 10 July 2016
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20160528" />
+    <meta name="Date-Revision-yyyymmdd" content="20160710" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CSV &#x2013; Download Apache Commons CSV</title>
 
@@ -22,7 +22,7 @@
   <script type="text/javascript" src="./js/site.js"></script>
 
                             
-<link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                
+<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
 <script src="./js/prettify.js" type="text/javascript"></script>                                
 <script type="text/javascript">window.onload=function() {
               prettyPrint();
@@ -44,8 +44,8 @@
           <a class="brand" href="http://commons.apache.org/proper/commons-csv/">Apache Commons CSV &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 28 May 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.4</li>
+            <li id="publishDate">Last Published: 10 July 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.5-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>

Modified: websites/production/commons/content/proper/commons-csv/findbugs.html
==============================================================================
--- websites/production/commons/content/proper/commons-csv/findbugs.html (original)
+++ websites/production/commons/content/proper/commons-csv/findbugs.html Sun Jul 10 19:38:20 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 28 May 2016
+ | Generated by Apache Maven Doxia at 10 July 2016
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160528" />
+    <meta name="Date-Revision-yyyymmdd" content="20160710" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CSV &#x2013; FindBugs Bug Detector Report</title>
 
@@ -21,7 +21,7 @@
   <script type="text/javascript" src="./js/site.js"></script>
 
                             
-<link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                
+<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
 <script src="./js/prettify.js" type="text/javascript"></script>                                
 <script type="text/javascript">window.onload=function() {
               prettyPrint();
@@ -43,8 +43,8 @@
           <a class="brand" href="http://commons.apache.org/proper/commons-csv/">Apache Commons CSV &trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 28 May 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.4</li>
+            <li id="publishDate">Last Published: 10 July 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.5-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
             <li>

Modified: websites/production/commons/content/proper/commons-csv/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-csv/index.html (original)
+++ websites/production/commons/content/proper/commons-csv/index.html Sun Jul 10 19:38:20 2016
@@ -1,528 +1,528 @@
-<!DOCTYPE html>
-<!--
- | Generated by Apache Maven Doxia at 28 May 2016
- | Rendered using Apache Maven Fluido Skin 1.3.0
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta charset="UTF-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20160528" />
-    <meta http-equiv="Content-Language" content="en" />
-    <title>Commons CSV &#x2013; Home</title>
-
-  <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
-  <link rel="stylesheet" href="./css/site.css" type="text/css" />
-    <link rel="stylesheet" href="./css/print.css" media="print" />
-
-  <script type="text/javascript" src="./js/jquery.min.js"></script>
-  <script type="text/javascript" src="./js/bootstrap.min.js"></script>
-  <script type="text/javascript" src="./js/prettify.min.js"></script>
-  <script type="text/javascript" src="./js/site.js"></script>
-
-                            
-<link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                
-<script src="./js/prettify.js" type="text/javascript"></script>                                
-<script type="text/javascript">window.onload=function() {
-              prettyPrint();
-          }</script>                  
-      </head>
-
-  <body class="composite">
-                          <a href="http://commons.apache.org/" id="bannerLeft" title="Apache Commons logo">
-                                                                                        <img class="logo-left" src="./images/commons-logo.png"  alt="Apache Commons logo"/>
-                </a>
-                                              <a href="index.html" id="bannerRight" title="Commons CSV&trade; logo">
-                                                                                                <img class="logo-right" src="images/logo.png"  alt="Commons CSV&trade; logo"/>
-                </a>
-          <div class="clear"></div>
-
-    <div class="navbar">
-      <div class="navbar-inner">
-        <div class="container-fluid">
-          <a class="brand" href="http://commons.apache.org/proper/commons-csv/">Apache Commons CSV &trade;</a>
-          <ul class="nav">      
-                    
-            <li id="publishDate">Last Published: 28 May 2016</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.4</li>
-  </ul>
-                    <div class="pull-right">  <ul class="nav">
-            <li>
-                  <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">
-    ApacheCon</a>
-      </li>
-          <li>
-                  <a href="http://www.apache.org" class="externalLink" title="Apache">
-    Apache</a>
-      </li>
-          <li>
-                  <a href="../../" title="Commons">
-    Commons</a>
-      </li>
-    </ul>
-</div>
-        </div>
-      </div>
-    </div>
-
-    <div class="container-fluid">
-      <table class="layout-table">
-        <tr>
-          <td class="sidebar">
-            <div class="well sidebar-nav">
-                    <ul class="nav nav-list">
-                                  <li class="nav-header">Commons CSV</li>
-                                          <li class="none active">
-                  <a href="index.html" title="Overview">
-    Overview</a>
-          </li>
-                             <li class="none">
-                  <a href="download_csv.cgi" title="Download">
-    Download</a>
-          </li>
-                             <li class="none">
-                  <a href="user-guide.html" title="User Guide">
-    User Guide</a>
-          </li>
-                             <li class="none">
-                  <a href="http://wiki.apache.org/commons/CSV" class="externalLink" title="Wiki">
-    Wiki</a>
-          </li>
-                 </ul>
-      <ul class="nav nav-list">
-                                        <li class="nav-header"><i class="icon-cog"></i>Development</li>
-                                        <li class="none">
-                  <a href="changes-report.html" title="History">
-    History</a>
-          </li>
-                             <li class="none">
-                  <a href="mail-lists.html" title="Mailing Lists">
-    Mailing Lists</a>
-          </li>
-                             <li class="none">
-                  <a href="issue-tracking.html" title="Issue Tracking">
-    Issue Tracking</a>
-          </li>
-                             <li class="none">
-                  <a href="team-list.html" title="Team">
-    Team</a>
-          </li>
-                             <li class="none">
-                  <a href="source-repository.html" title="Source Repository">
-    Source Repository</a>
-          </li>
-                             <li class="none">
-                  <a href="apidocs/index.html" title="Javadoc trunk">
-    Javadoc trunk</a>
-          </li>
-                             <li class="none">
-                  <a href="archives/1.4/apidocs/index.html" title="Javadoc 1.4">
-    Javadoc 1.4</a>
-          </li>
-                             <li class="none">
-                  <a href="archives/1.3/apidocs/index.html" title="Javadoc 1.3">
-    Javadoc 1.3</a>
-          </li>
-                             <li class="none">
-                  <a href="archives/1.2/apidocs/index.html" title="Javadoc 1.2">
-    Javadoc 1.2</a>
-          </li>
-                             <li class="none">
-                  <a href="archives/1.1/apidocs/index.html" title="Javadoc 1.1">
-    Javadoc 1.1</a>
-          </li>
-                             <li class="none">
-                  <a href="archives/1.0/apidocs/index.html" title="Javadoc 1.0">
-    Javadoc 1.0</a>
-          </li>
-                 </ul>
-      <ul class="nav nav-list">
-                                  <li class="nav-header">Site Archives</li>
-                                        <li class="none">
-                  <a href="archives/1.4/index.html" title="CSV 1.4">
-    CSV 1.4</a>
-          </li>
-                             <li class="none">
-                  <a href="archives/1.3/index.html" title="CSV 1.3">
-    CSV 1.3</a>
-          </li>
-                             <li class="none">
-                  <a href="archives/1.2/index.html" title="CSV 1.2">
-    CSV 1.2</a>
-          </li>
-                             <li class="none">
-                  <a href="archives/1.1/index.html" title="CSV 1.1">
-    CSV 1.1</a>
-          </li>
-                             <li class="none">
-                  <a href="archives/1.0/index.html" title="CSV 1.0">
-    CSV 1.0</a>
-          </li>
-                 </ul>
-      <ul class="nav nav-list">
-                                        <li class="nav-header"><i class="icon-info-sign"></i>Project Documentation</li>
-                                                                                                                                                                                                                                                                                        <li class="expanded">
-                  <a href="project-info.html" title="Project Information">
-    Project Information</a>
-                    <ul>
-                                    <li class="none active">
-                  <a href="index.html" title="About">
-    About</a>
-          </li>
-                                     <li class="none">
-                  <a href="project-summary.html" title="Summary">
-    Summary</a>
-          </li>
-                                     <li class="none">
-                  <a href="team-list.html" title="Team">
-    Team</a>
-          </li>
-                                     <li class="none">
-                  <a href="source-repository.html" title="Source Code Management">
-    Source Code Management</a>
-          </li>
-                                     <li class="none">
-                  <a href="issue-tracking.html" title="Issue Management">
-    Issue Management</a>
-          </li>
-                                     <li class="none">
-                  <a href="mail-lists.html" title="Mailing Lists">
-    Mailing Lists</a>
-          </li>
-                                     <li class="none">
-                  <a href="dependency-info.html" title="Dependency Information">
-    Dependency Information</a>
-          </li>
-                                     <li class="none">
-                  <a href="dependencies.html" title="Dependencies">
-    Dependencies</a>
-          </li>
-                                     <li class="none">
-                  <a href="dependency-convergence.html" title="Dependency Convergence">
-    Dependency Convergence</a>
-          </li>
-                                     <li class="none">
-                  <a href="integration.html" title="CI Management">
-    CI Management</a>
-          </li>
-                                     <li class="none">
-                  <a href="distribution-management.html" title="Distribution Management">
-    Distribution Management</a>
-          </li>
-                     </ul>
-              </li>
-                                                                                                                                                                                                                                                                                                                                           <li class="collapsed">
-                  <a href="project-reports.html" title="Project Reports">
-    Project Reports</a>
-                    </li>
-                 </ul>
-      <ul class="nav nav-list">
-                                  <li class="nav-header">Commons</li>
-                                        <li class="none">
-                  <a href="../../" title="Home">
-    Home</a>
-          </li>
-                             <li class="none">
-                  <a href="http://www.apache.org/licenses/" class="externalLink" title="License">
-    License</a>
-          </li>
-                                                                               <li class="collapsed">
-                  <a href="../../components.html" title="Components">
-    Components</a>
-                    </li>
-                                                                               <li class="collapsed">
-                  <a href="../../sandbox/index.html" title="Sandbox">
-    Sandbox</a>
-                    </li>
-                                                                               <li class="collapsed">
-                  <a href="../../dormant/index.html" title="Dormant">
-    Dormant</a>
-                    </li>
-                 </ul>
-      <ul class="nav nav-list">
-                                  <li class="nav-header">General Information</li>
-                                        <li class="none">
-                  <a href="../../security.html" title="Security">
-    Security</a>
-          </li>
-                             <li class="none">
-                  <a href="../../volunteering.html" title="Volunteering">
-    Volunteering</a>
-          </li>
-                             <li class="none">
-                  <a href="../../patches.html" title="Contributing Patches">
-    Contributing Patches</a>
-          </li>
-                             <li class="none">
-                  <a href="../../building.html" title="Building Components">
-    Building Components</a>
-          </li>
-                             <li class="none">
-                  <a href="../../commons-parent-pom.html" title="Commons Parent Pom">
-    Commons Parent Pom</a>
-          </li>
-                             <li class="none">
-                  <a href="../../build-plugin/index.html" title="Commons Build Plugin">
-    Commons Build Plugin</a>
-          </li>
-                             <li class="none">
-                  <a href="../../releases/index.html" title="Releasing Components">
-    Releasing Components</a>
-          </li>
-                             <li class="none">
-                  <a href="http://wiki.apache.org/commons/FrontPage" class="externalLink" title="Wiki">
-    Wiki</a>
-          </li>
-                 </ul>
-      <ul class="nav nav-list">
-                                  <li class="nav-header">ASF</li>
-                                        <li class="none">
-                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">
-    How the ASF works</a>
-          </li>
-                             <li class="none">
-                  <a href="http://www.apache.org/foundation/getinvolved.html" class="externalLink" title="Get Involved">
-    Get Involved</a>
-          </li>
-                             <li class="none">
-                  <a href="http://www.apache.org/dev/" class="externalLink" title="Developer Resources">
-    Developer Resources</a>
-          </li>
-                             <li class="none">
-                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">
-    Sponsorship</a>
-          </li>
-                             <li class="none">
-                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
-    Thanks</a>
-          </li>
-                 </ul>
-              </div>
-            <div id="poweredBy">
-                                                                                                                    <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="builtBy">
-        <img class="builtBy"  alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png"    />
-      </a>
-                                                                                                    <a href="http://maven.apache.org/" title="Maven" class="builtBy">
-        <img class="builtBy"  alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png"    />
-      </a>
-                      </div>
-          </td>
-          <td class="content">
-            <!-- Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License. -->
- 
-<!-- ================================================== -->
-<div class="section">
-<h2><a name="Using_Apache_Commons_CSV"></a>Using Apache Commons CSV</h2>
-  
-<p>Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.</p>
-  
-<p>The most common CSV formats are predefined in the <a href="apidocs/org/apache/commons/csv/CSVFormat.html">CSVFormat</a> class:
-  </p>
-<ul>
-    
-<li>Microsoft Excel</li>
-    
-<li><a class="externalLink" href="http://www.ibm.com/support/knowledgecenter/SSBJG3_2.5.0/com.ibm.gen_busug.doc/c_fgl_InOutSql_UNLOAD.htm">Informix UNLOAD</a></li>
-    
-<li><a class="externalLink" href="http://www.ibm.com/support/knowledgecenter/SSBJG3_2.5.0/com.ibm.gen_busug.doc/c_fgl_InOutSql_UNLOAD.htm">Informix UNLOAD CSV</a></li>
-    
-<li><a class="externalLink" href="http://dev.mysql.com/doc/refman/5.0/en/mysqldump-delimited-text.html">MySQL</a></li>
-    
-<li><a class="externalLink" href="http://tools.ietf.org/html/rfc4180">RFC 4180</a></li>
-    
-<li><a class="externalLink" href="http://en.wikipedia.org/wiki/Tab-separated_values">TDF</a></li>
-  </ul>
-  
-  
-<p>Custom formats can be created using a fluent style API.</p>
-</div>
-<!-- ================================================== -->
-
-<div class="section">
-<h2><a name="Documentation"></a>Documentation</h2>
-
-<p>
-An overview of the functionality is provided in the
-<a href="user-guide.html">user guide</a>.
-Various <a href="project-reports.html">project reports</a> are also available.
-</p>
-
-<p>
-The Javadoc API documents are available online:
-</p>
-
-<ul>
-  
-<li><a href="apidocs/index.html">Javadoc trunk</a></li>
-  
-<li><a href="archives/1.4/apidocs/index.html">Javadoc 1.4</a></li>
-  
-<li><a href="archives/1.3/apidocs/index.html">Javadoc 1.3</a></li>
-  
-<li><a href="archives/1.2/apidocs/index.html">Javadoc 1.2</a></li>
-  
-<li><a href="archives/1.1/apidocs/index.html">Javadoc 1.1</a></li>
-  
-<li><a href="archives/1.0/apidocs/index.html">Javadoc 1.0</a></li>
-</ul>
-
-<p>
-The <a href="source-repository.html">subversion repository</a> can be
-<a class="externalLink" href="http://svn.apache.org/viewvc/commons/proper/csv/trunk/">browsed</a>.
-</p>
-</div>
-<!-- ================================================== -->
-
-<div class="section">
-<h2><a name="Releases"></a>Releases</h2>
-
-<ul>
-  
-<li><a class="externalLink" href="http://commons.apache.org/csv/download_csv.cgi">Apache Commons CSV 1.4 (mirrors)</a> requires Java 1.6</li>
-  
-<li><a class="externalLink" href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.3 (archives)</a> requires Java 1.6</li>
-  
-<li><a class="externalLink" href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.2 (archives)</a> requires Java 1.6</li>
-  
-<li><a class="externalLink" href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.1 (archives)</a> requires Java 1.6</li>
-  
-<li><a class="externalLink" href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.0 (archives)</a> requires Java 1.6</li>
-</ul>
-
-<p>
-See the
-<a class="externalLink" href="http://commons.apache.org/csv/download_csv.cgi">Download Page</a>
-for the latest releases.<br />
-</p>
-
-<p>
-<a href="changes-report.html">Change reports</a> are also available.
-</p>
-
-<p>
-For previous releases, see the <a class="externalLink" href="http://archive.apache.org/dist/commons/csv/">Apache Archive</a>
-</p>
-
-<p>
-  Alternatively, you can pull it from a Maven repository:
-  </p>
-<div>
-<pre>&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
-    &lt;artifactId&gt;commons-csv&lt;/artifactId&gt;
-    &lt;version&gt;1.3&lt;/version&gt;
-&lt;/dependency&gt;</pre></div>
-
-
-<p>
-  For other dependency access methods, see <a href="dependency-info.html">Dependency Information</a> 
-</p>
-</div>
-
-
-<div class="section">
-<h2><a name="Building_from_sources"></a>Building from sources</h2>
-  
-<p>The latest code can be checked out from our Subversion repository at <a class="externalLink" href="http://svn.apache.org/repos/asf/commons/proper/csv/trunk/">http://svn.apache.org/repos/asf/commons/proper/csv/trunk/</a>.
-    You can build the component using Apache Maven using <tt>mvn clean package</tt>.
-  </p>
-</div>
-<!-- ================================================== -->
-
-<div class="section">
-<h2><a name="Getting_Involved"></a>Getting Involved</h2>
-  
-<p>
-    The <a href="mail-lists.html">commons developer mailing list</a> is the main channel of communication for contributors. Please remember that the lists are shared between all commons components, so prefix your email by [csv]. </p>
-  
-<p>You can also visit the #apache-commons IRC channel on irc.freenode.net or peruse <a href="issue-tracking.html">JIRA</a>. Specific links of interest for JIRA are:</p>
-  
-<ul>
-    
-<li>Ideas looking for code: <a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CSV%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%20%22Patch%20Needed%22">Patch Needed</a></li>
-    
-<li>Issues with patches, looking for reviews: <a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CSV%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%20Review">Review Patch</a></li>
-  </ul>
-  
-<p>Alternatively you can go through the <i>Needs Work</i> tags in the <a href="taglist.html">TagList report</a>.</p>
-  
-<p>If you'd like to offer up pull requests via GitHub rather than applying patches to JIRA, we have a <a class="externalLink" href="https://github.com/apache/commons-csv/">GitHub mirror</a>. </p>
-</div>
-<!-- ================================================== -->
-
-<div class="section">
-<h2><a name="Support"></a>Support</h2>
-  
-<p>
-    The <a href="mail-lists.html">commons mailing lists</a> act as the main support forum.
-    The user list is suitable for most library usage queries.
-    The dev list is intended for the development discussion.
-    Please remember that the lists are shared between all commons components,
-    so prefix your email by [csv].
-  </p>
-  
-<p>
-    Bug reports and enhancements are also welcomed via the <a href="issue-tracking.html">JIRA</a> issue tracker.
-    Please read the instructions carefully.
-  </p>
-</div>
-<!-- ================================================== -->
-
-
-<div class="section">
-<h2><a name="About_Commons_CSV"></a>About Commons CSV</h2>
-  
-<p>Commons CSV was started to unify a common and simple interface for reading and writing CSV files under an ASL license. It has been bootstrapped by a code donation from Netcetera in Switzerland. There are three pre-existing BSD compatible CSV parsers which this component will hopefully make redundant (authors willing): </p>
-  
-<ul>
-    
-<li><a class="externalLink" href="http://kasparov.skife.org/csv/">Skife CSV</a></li>
-    
-<li><a class="externalLink" href="http://opencsv.sourceforge.net/">Open CSV</a></li>
-    
-<li><a class="externalLink" href="http://www.osjava.org/genjava/multiproject/gj-csv/">Genjava CSV</a></li>
-  </ul>
-  
-<p>In addition to the code from Netcetera (org.apache.commons.csv), Martin van den Bemt has added an additional writer API. </p>
-  
-<p>Other CSV implementations: </p>
-  
-<ul>
-    
-<li><a class="externalLink" href="http://supercsv.sourceforge.net/">Super CSV</a></li>
-  </ul>
-</div>
-
-<!-- ================================================== -->
-
-
-          </td>
-        </tr>
-      </table>
-    </div>
-
-    <div class="footer">
-      <p>Copyright &copy;                    2016
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-            All Rights Reserved.</p>
-                                                                  
-<div class="center">Apache Commons, Apache Commons CSV, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                              </div>
-  </body>
-
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 10 July 2016
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="Commons Documentation Team" />
+    <meta name="Date-Revision-yyyymmdd" content="20160710" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Commons CSV &#x2013; Home</title>
+
+  <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" />
+  <link rel="stylesheet" href="./css/site.css" type="text/css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+  <script type="text/javascript" src="./js/jquery.min.js"></script>
+  <script type="text/javascript" src="./js/bootstrap.min.js"></script>
+  <script type="text/javascript" src="./js/prettify.min.js"></script>
+  <script type="text/javascript" src="./js/site.js"></script>
+
+                            
+<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
+<script src="./js/prettify.js" type="text/javascript"></script>                                
+<script type="text/javascript">window.onload=function() {
+              prettyPrint();
+          }</script>                  
+      </head>
+
+  <body class="composite">
+                          <a href="http://commons.apache.org/" id="bannerLeft" title="Apache Commons logo">
+                                                                                        <img class="logo-left" src="./images/commons-logo.png"  alt="Apache Commons logo"/>
+                </a>
+                                              <a href="index.html" id="bannerRight" title="Commons CSV&trade; logo">
+                                                                                                <img class="logo-right" src="images/logo.png"  alt="Commons CSV&trade; logo"/>
+                </a>
+          <div class="clear"></div>
+
+    <div class="navbar">
+      <div class="navbar-inner">
+        <div class="container-fluid">
+          <a class="brand" href="http://commons.apache.org/proper/commons-csv/">Apache Commons CSV &trade;</a>
+          <ul class="nav">      
+                    
+            <li id="publishDate">Last Published: 10 July 2016</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.5-SNAPSHOT</li>
+  </ul>
+                    <div class="pull-right">  <ul class="nav">
+            <li>
+                  <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">
+    ApacheCon</a>
+      </li>
+          <li>
+                  <a href="http://www.apache.org" class="externalLink" title="Apache">
+    Apache</a>
+      </li>
+          <li>
+                  <a href="../../" title="Commons">
+    Commons</a>
+      </li>
+    </ul>
+</div>
+        </div>
+      </div>
+    </div>
+
+    <div class="container-fluid">
+      <table class="layout-table">
+        <tr>
+          <td class="sidebar">
+            <div class="well sidebar-nav">
+                    <ul class="nav nav-list">
+                                  <li class="nav-header">Commons CSV</li>
+                                          <li class="none active">
+                  <a href="index.html" title="Overview">
+    Overview</a>
+          </li>
+                             <li class="none">
+                  <a href="download_csv.cgi" title="Download">
+    Download</a>
+          </li>
+                             <li class="none">
+                  <a href="user-guide.html" title="User Guide">
+    User Guide</a>
+          </li>
+                             <li class="none">
+                  <a href="http://wiki.apache.org/commons/CSV" class="externalLink" title="Wiki">
+    Wiki</a>
+          </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                        <li class="nav-header"><i class="icon-cog"></i>Development</li>
+                                        <li class="none">
+                  <a href="changes-report.html" title="History">
+    History</a>
+          </li>
+                             <li class="none">
+                  <a href="mail-lists.html" title="Mailing Lists">
+    Mailing Lists</a>
+          </li>
+                             <li class="none">
+                  <a href="issue-tracking.html" title="Issue Tracking">
+    Issue Tracking</a>
+          </li>
+                             <li class="none">
+                  <a href="team-list.html" title="Team">
+    Team</a>
+          </li>
+                             <li class="none">
+                  <a href="source-repository.html" title="Source Repository">
+    Source Repository</a>
+          </li>
+                             <li class="none">
+                  <a href="apidocs/index.html" title="Javadoc trunk">
+    Javadoc trunk</a>
+          </li>
+                             <li class="none">
+                  <a href="archives/1.4/apidocs/index.html" title="Javadoc 1.4">
+    Javadoc 1.4</a>
+          </li>
+                             <li class="none">
+                  <a href="archives/1.3/apidocs/index.html" title="Javadoc 1.3">
+    Javadoc 1.3</a>
+          </li>
+                             <li class="none">
+                  <a href="archives/1.2/apidocs/index.html" title="Javadoc 1.2">
+    Javadoc 1.2</a>
+          </li>
+                             <li class="none">
+                  <a href="archives/1.1/apidocs/index.html" title="Javadoc 1.1">
+    Javadoc 1.1</a>
+          </li>
+                             <li class="none">
+                  <a href="archives/1.0/apidocs/index.html" title="Javadoc 1.0">
+    Javadoc 1.0</a>
+          </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                  <li class="nav-header">Site Archives</li>
+                                        <li class="none">
+                  <a href="archives/1.4/index.html" title="CSV 1.4">
+    CSV 1.4</a>
+          </li>
+                             <li class="none">
+                  <a href="archives/1.3/index.html" title="CSV 1.3">
+    CSV 1.3</a>
+          </li>
+                             <li class="none">
+                  <a href="archives/1.2/index.html" title="CSV 1.2">
+    CSV 1.2</a>
+          </li>
+                             <li class="none">
+                  <a href="archives/1.1/index.html" title="CSV 1.1">
+    CSV 1.1</a>
+          </li>
+                             <li class="none">
+                  <a href="archives/1.0/index.html" title="CSV 1.0">
+    CSV 1.0</a>
+          </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                        <li class="nav-header"><i class="icon-info-sign"></i>Project Documentation</li>
+                                                                                                                                                                                                                                                                                        <li class="expanded">
+                  <a href="project-info.html" title="Project Information">
+    Project Information</a>
+                    <ul>
+                                    <li class="none active">
+                  <a href="index.html" title="About">
+    About</a>
+          </li>
+                                     <li class="none">
+                  <a href="project-summary.html" title="Summary">
+    Summary</a>
+          </li>
+                                     <li class="none">
+                  <a href="team-list.html" title="Team">
+    Team</a>
+          </li>
+                                     <li class="none">
+                  <a href="source-repository.html" title="Source Code Management">
+    Source Code Management</a>
+          </li>
+                                     <li class="none">
+                  <a href="issue-tracking.html" title="Issue Management">
+    Issue Management</a>
+          </li>
+                                     <li class="none">
+                  <a href="mail-lists.html" title="Mailing Lists">
+    Mailing Lists</a>
+          </li>
+                                     <li class="none">
+                  <a href="dependency-info.html" title="Dependency Information">
+    Dependency Information</a>
+          </li>
+                                     <li class="none">
+                  <a href="dependencies.html" title="Dependencies">
+    Dependencies</a>
+          </li>
+                                     <li class="none">
+                  <a href="dependency-convergence.html" title="Dependency Convergence">
+    Dependency Convergence</a>
+          </li>
+                                     <li class="none">
+                  <a href="integration.html" title="CI Management">
+    CI Management</a>
+          </li>
+                                     <li class="none">
+                  <a href="distribution-management.html" title="Distribution Management">
+    Distribution Management</a>
+          </li>
+                     </ul>
+              </li>
+                                                                                                                                                                                                                                                                                                                                           <li class="collapsed">
+                  <a href="project-reports.html" title="Project Reports">
+    Project Reports</a>
+                    </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                  <li class="nav-header">Commons</li>
+                                        <li class="none">
+                  <a href="../../" title="Home">
+    Home</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/licenses/" class="externalLink" title="License">
+    License</a>
+          </li>
+                                                                               <li class="collapsed">
+                  <a href="../../components.html" title="Components">
+    Components</a>
+                    </li>
+                                                                               <li class="collapsed">
+                  <a href="../../sandbox/index.html" title="Sandbox">
+    Sandbox</a>
+                    </li>
+                                                                               <li class="collapsed">
+                  <a href="../../dormant/index.html" title="Dormant">
+    Dormant</a>
+                    </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                  <li class="nav-header">General Information</li>
+                                        <li class="none">
+                  <a href="../../security.html" title="Security">
+    Security</a>
+          </li>
+                             <li class="none">
+                  <a href="../../volunteering.html" title="Volunteering">
+    Volunteering</a>
+          </li>
+                             <li class="none">
+                  <a href="../../patches.html" title="Contributing Patches">
+    Contributing Patches</a>
+          </li>
+                             <li class="none">
+                  <a href="../../building.html" title="Building Components">
+    Building Components</a>
+          </li>
+                             <li class="none">
+                  <a href="../../commons-parent-pom.html" title="Commons Parent Pom">
+    Commons Parent Pom</a>
+          </li>
+                             <li class="none">
+                  <a href="../../build-plugin/index.html" title="Commons Build Plugin">
+    Commons Build Plugin</a>
+          </li>
+                             <li class="none">
+                  <a href="../../releases/index.html" title="Releasing Components">
+    Releasing Components</a>
+          </li>
+                             <li class="none">
+                  <a href="http://wiki.apache.org/commons/FrontPage" class="externalLink" title="Wiki">
+    Wiki</a>
+          </li>
+                 </ul>
+      <ul class="nav nav-list">
+                                  <li class="nav-header">ASF</li>
+                                        <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How the ASF works">
+    How the ASF works</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/foundation/getinvolved.html" class="externalLink" title="Get Involved">
+    Get Involved</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/dev/" class="externalLink" title="Developer Resources">
+    Developer Resources</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">
+    Sponsorship</a>
+          </li>
+                             <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
+    Thanks</a>
+          </li>
+                 </ul>
+              </div>
+            <div id="poweredBy">
+                                                                                                                    <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="builtBy">
+        <img class="builtBy"  alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png"    />
+      </a>
+                                                                                                    <a href="http://maven.apache.org/" title="Maven" class="builtBy">
+        <img class="builtBy"  alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png"    />
+      </a>
+                      </div>
+          </td>
+          <td class="content">
+            <!-- Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License. -->
+ 
+<!-- ================================================== -->
+<div class="section">
+<h2><a name="Using_Apache_Commons_CSV"></a>Using Apache Commons CSV</h2>
+  
+<p>Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.</p>
+  
+<p>The most common CSV formats are predefined in the <a href="apidocs/org/apache/commons/csv/CSVFormat.html">CSVFormat</a> class:
+  </p>
+<ul>
+    
+<li>Microsoft Excel</li>
+    
+<li><a class="externalLink" href="http://www.ibm.com/support/knowledgecenter/SSBJG3_2.5.0/com.ibm.gen_busug.doc/c_fgl_InOutSql_UNLOAD.htm">Informix UNLOAD</a></li>
+    
+<li><a class="externalLink" href="http://www.ibm.com/support/knowledgecenter/SSBJG3_2.5.0/com.ibm.gen_busug.doc/c_fgl_InOutSql_UNLOAD.htm">Informix UNLOAD CSV</a></li>
+    
+<li><a class="externalLink" href="http://dev.mysql.com/doc/refman/5.0/en/mysqldump-delimited-text.html">MySQL</a></li>
+    
+<li><a class="externalLink" href="http://tools.ietf.org/html/rfc4180">RFC 4180</a></li>
+    
+<li><a class="externalLink" href="http://en.wikipedia.org/wiki/Tab-separated_values">TDF</a></li>
+  </ul>
+  
+  
+<p>Custom formats can be created using a fluent style API.</p>
+</div>
+<!-- ================================================== -->
+
+<div class="section">
+<h2><a name="Documentation"></a>Documentation</h2>
+
+<p>
+An overview of the functionality is provided in the
+<a href="user-guide.html">user guide</a>.
+Various <a href="project-reports.html">project reports</a> are also available.
+</p>
+
+<p>
+The Javadoc API documents are available online:
+</p>
+
+<ul>
+  
+<li><a href="apidocs/index.html">Javadoc trunk</a></li>
+  
+<li><a href="archives/1.4/apidocs/index.html">Javadoc 1.4</a></li>
+  
+<li><a href="archives/1.3/apidocs/index.html">Javadoc 1.3</a></li>
+  
+<li><a href="archives/1.2/apidocs/index.html">Javadoc 1.2</a></li>
+  
+<li><a href="archives/1.1/apidocs/index.html">Javadoc 1.1</a></li>
+  
+<li><a href="archives/1.0/apidocs/index.html">Javadoc 1.0</a></li>
+</ul>
+
+<p>
+The <a href="source-repository.html">git repository</a> can be
+<a class="externalLink" href="https://git-wip-us.apache.org/repos/asf?p=commons-csv.git">browsed</a>.
+</p>
+</div>
+<!-- ================================================== -->
+
+<div class="section">
+<h2><a name="Releases"></a>Releases</h2>
+
+<ul>
+  
+<li><a class="externalLink" href="http://commons.apache.org/csv/download_csv.cgi">Apache Commons CSV 1.4 (mirrors)</a> requires Java 1.6</li>
+  
+<li><a class="externalLink" href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.3 (archives)</a> requires Java 1.6</li>
+  
+<li><a class="externalLink" href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.2 (archives)</a> requires Java 1.6</li>
+  
+<li><a class="externalLink" href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.1 (archives)</a> requires Java 1.6</li>
+  
+<li><a class="externalLink" href="http://archive.apache.org/dist/commons/csv/">Apache Commons CSV 1.0 (archives)</a> requires Java 1.6</li>
+</ul>
+
+<p>
+See the
+<a class="externalLink" href="http://commons.apache.org/csv/download_csv.cgi">Download Page</a>
+for the latest releases.<br />
+</p>
+
+<p>
+<a href="changes-report.html">Change reports</a> are also available.
+</p>
+
+<p>
+For previous releases, see the <a class="externalLink" href="http://archive.apache.org/dist/commons/csv/">Apache Archive</a>
+</p>
+
+<p>
+  Alternatively, you can pull it from a Maven repository:
+  </p>
+<div>
+<pre>&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
+    &lt;artifactId&gt;commons-csv&lt;/artifactId&gt;
+    &lt;version&gt;1.3&lt;/version&gt;
+&lt;/dependency&gt;</pre></div>
+
+
+<p>
+  For other dependency access methods, see <a href="dependency-info.html">Dependency Information</a>
+</p>
+</div>
+
+
+<div class="section">
+<h2><a name="Building_from_sources"></a>Building from sources</h2>
+  
+<p>The latest code can be checked out from our git repository at <a class="externalLink" href="https://git-wip-us.apache.org/repos/asf/commons-csv.git">https://git-wip-us.apache.org/repos/asf/commons-csv.git</a>.
+    You can build the component using Apache Maven using <tt>mvn clean package</tt>.
+  </p>
+</div>
+<!-- ================================================== -->
+
+<div class="section">
+<h2><a name="Getting_Involved"></a>Getting Involved</h2>
+  
+<p>
+    The <a href="mail-lists.html">commons developer mailing list</a> is the main channel of communication for contributors. Please remember that the lists are shared between all commons components, so prefix your email by [csv]. </p>
+  
+<p>You can also visit the #apache-commons IRC channel on irc.freenode.net or peruse <a href="issue-tracking.html">JIRA</a>. Specific links of interest for JIRA are:</p>
+  
+<ul>
+    
+<li>Ideas looking for code: <a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CSV%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%20%22Patch%20Needed%22">Patch Needed</a></li>
+    
+<li>Issues with patches, looking for reviews: <a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CSV%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%20Review">Review Patch</a></li>
+  </ul>
+  
+<p>Alternatively you can go through the <i>Needs Work</i> tags in the <a href="taglist.html">TagList report</a>.</p>
+  
+<p>If you'd like to offer up pull requests via GitHub rather than applying patches to JIRA, we have a <a class="externalLink" href="https://github.com/apache/commons-csv/">GitHub mirror</a>. </p>
+</div>
+<!-- ================================================== -->
+
+<div class="section">
+<h2><a name="Support"></a>Support</h2>
+  
+<p>
+    The <a href="mail-lists.html">commons mailing lists</a> act as the main support forum.
+    The user list is suitable for most library usage queries.
+    The dev list is intended for the development discussion.
+    Please remember that the lists are shared between all commons components,
+    so prefix your email by [csv].
+  </p>
+  
+<p>
+    Bug reports and enhancements are also welcomed via the <a href="issue-tracking.html">JIRA</a> issue tracker.
+    Please read the instructions carefully.
+  </p>
+</div>
+<!-- ================================================== -->
+
+
+<div class="section">
+<h2><a name="About_Commons_CSV"></a>About Commons CSV</h2>
+  
+<p>Commons CSV was started to unify a common and simple interface for reading and writing CSV files under an ASL license. It has been bootstrapped by a code donation from Netcetera in Switzerland. There are three pre-existing BSD compatible CSV parsers which this component will hopefully make redundant (authors willing): </p>
+  
+<ul>
+    
+<li><a class="externalLink" href="http://kasparov.skife.org/csv/">Skife CSV</a></li>
+    
+<li><a class="externalLink" href="http://opencsv.sourceforge.net/">Open CSV</a></li>
+    
+<li><a class="externalLink" href="http://www.osjava.org/genjava/multiproject/gj-csv/">Genjava CSV</a></li>
+  </ul>
+  
+<p>In addition to the code from Netcetera (org.apache.commons.csv), Martin van den Bemt has added an additional writer API. </p>
+  
+<p>Other CSV implementations: </p>
+  
+<ul>
+    
+<li><a class="externalLink" href="http://supercsv.sourceforge.net/">Super CSV</a></li>
+  </ul>
+</div>
+
+<!-- ================================================== -->
+
+
+          </td>
+        </tr>
+      </table>
+    </div>
+
+    <div class="footer">
+      <p>Copyright &copy;                    2016
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.</p>
+                                                                  
+<div class="center">Apache Commons, Apache Commons CSV, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+                              </div>
+  </body>
+
 </html>
\ No newline at end of file