Skip to content

Commit 923b96f

Browse files
committed
Better way to deal with alt CSV jar.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1694965 13f79535-47bb-0310-9956-ffa450edef68
1 parent be917c6 commit 923b96f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,13 +423,12 @@ CSV files of various types.
423423
<version>2.2.1</version>
424424
</dependency>
425425

426-
<!-- Not in Maven Central, download manually from http://kasparov.skife.org/csv/csv-1.0.jar and copy in the base directory -->
426+
<!-- Not in Maven Central, download manually from http://kasparov.skife.org/csv/csv-1.0.jar and install with:
427+
mvn install:install-file -Dfile=E:/Java/skife.org/csv-1.0.jar -DgroupId=org.skife.kasparov -DartifactId=csv -Dversion=1.0 -Dpackaging=jar -->
427428
<dependency>
428429
<groupId>org.skife.kasparov</groupId>
429430
<artifactId>csv</artifactId>
430431
<version>1.0</version>
431-
<scope>system</scope>
432-
<systemPath>${basedir}/csv-1.0.jar</systemPath>
433432
</dependency>
434433

435434
<dependency>

0 commit comments

Comments
 (0)