File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818
1919 mvn clean install
2020
21- That should produce an executable JAR file ` target/csv2rdf-2.0.0-SNAPSHOT- jar-with-dependencies.jar ` in which dependency libraries will be included.
21+ That should produce an executable JAR file ` target/csv2rdf-2.0.0-jar-with-dependencies.jar ` in which dependency libraries will be included.
2222
2323Usage
2424-----
9090```
9191Java execution from shell:
9292
93- cat parking-facilities.csv | java -jar csv2rdf-2.0.0-SNAPSHOT- jar-with-dependencies.jar parking-facilities.rq https://localhost/ > parking-facilities.ttl
93+ cat parking-facilities.csv | java -jar csv2rdf-2.0.0-jar-with-dependencies.jar parking-facilities.rq https://localhost/ > parking-facilities.ttl
9494
9595Alternatively, Docker execution from shell:
9696
Original file line number Diff line number Diff line change 44
55 <groupId >com.atomgraph.etl.csv</groupId >
66 <artifactId >csv2rdf</artifactId >
7- <version >2.0.0-SNAPSHOT </version >
7+ <version >2.0.0</version >
88 <packaging >jar</packaging >
99
1010 <name >CSV2RDF</name >
You can’t perform that action at this time.
0 commit comments