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 2015/08/10 08:51:39 UTC

svn commit: r1694965 - /commons/proper/csv/trunk/pom.xml

Author: ggregory
Date: Mon Aug 10 06:51:39 2015
New Revision: 1694965

URL: http://svn.apache.org/r1694965
Log:
Better way to deal with alt CSV jar.

Modified:
    commons/proper/csv/trunk/pom.xml

Modified: commons/proper/csv/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1694965&r1=1694964&r2=1694965&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Mon Aug 10 06:51:39 2015
@@ -423,13 +423,12 @@ CSV files of various types.
           <version>2.2.1</version>
         </dependency>
 
-        <!-- Not in Maven Central, download manually from http://kasparov.skife.org/csv/csv-1.0.jar and copy in the base directory -->
+        <!-- Not in Maven Central, download manually from http://kasparov.skife.org/csv/csv-1.0.jar and install with:
+             mvn install:install-file -Dfile=E:/Java/skife.org/csv-1.0.jar -DgroupId=org.skife.kasparov -DartifactId=csv -Dversion=1.0 -Dpackaging=jar -->
         <dependency>
           <groupId>org.skife.kasparov</groupId>
           <artifactId>csv</artifactId>
           <version>1.0</version>
-          <scope>system</scope>
-          <systemPath>${basedir}/csv-1.0.jar</systemPath>
         </dependency>
         
         <dependency>