We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be917c6 commit 923b96fCopy full SHA for 923b96f
1 file changed
pom.xml
@@ -423,13 +423,12 @@ CSV files of various types.
423
<version>2.2.1</version>
424
</dependency>
425
426
- <!-- 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:
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 -->
428
<dependency>
429
<groupId>org.skife.kasparov</groupId>
430
<artifactId>csv</artifactId>
431
<version>1.0</version>
- <scope>system</scope>
432
- <systemPath>${basedir}/csv-1.0.jar</systemPath>
433
434
435
0 commit comments