Skip to content

Commit a75338d

Browse files
committed
Better comments to get and install 3rd part JAR
1 parent 29ccda7 commit a75338d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

pom.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -391,13 +391,16 @@
391391
<version>2.4.0</version>
392392
<scope>test</scope>
393393
</dependency>
394-
395-
<!--
396-
Not in Maven Central, download manually from http://kasparov.skife.org/csv/csv-1.0.jar and install with:
397-
curl https://repo.marketcetera.org/maven/org/skife/kasparov/csv/1.0/csv-1.0.jar -o $TMPDIR/csv-1.0.jar
398-
mvn install:install-file -Dfile=$TMPDIR/csv-1.0.jar -DgroupId=org.skife.kasparov -DartifactId=csv -Dversion=1.0 -Dpackaging=jar
399-
-->
400394
<dependency>
395+
<!--
396+
org.skife.kasparov:csv:1.0 is not in Maven Central, download manually from http://kasparov.skife.org/csv/csv-1.0.jar and install with:
397+
- Linux
398+
curl https://repo.marketcetera.org/maven/org/skife/kasparov/csv/1.0/csv-1.0.jar -o $TMPDIR/csv-1.0.jar
399+
mvn install:install-file -Dfile=$TMPDIR/csv-1.0.jar -DgroupId=org.skife.kasparov -DartifactId=csv -Dversion=1.0 -Dpackaging=jar
400+
- Windows
401+
curl https://repo.marketcetera.org/maven/org/skife/kasparov/csv/1.0/csv-1.0.jar -o %TMPDIR%/csv-1.0.jar
402+
mvn install:install-file -Dfile=%TMPDIR%/csv-1.0.jar -DgroupId=org.skife.kasparov -DartifactId=csv -Dversion=1.0 -Dpackaging=jar
403+
-->
401404
<groupId>org.skife.kasparov</groupId>
402405
<artifactId>csv</artifactId>
403406
<version>1.0</version>

0 commit comments

Comments
 (0)