Skip to content

1.6 - Distributing project as jar

Latest
Compare
Choose a tag to compare
@peterdietz peterdietz released this 12 Mar 12:38
· 1 commit to master since this release

Distributing the project as a jar to simplify using SAFBuilder without having to install the dependencies.

Just download this safbuilder-1.6.jar, and then run it on the sample data, or the collection that you are building.

java -jar safbuilder-1.6.jar -c src/sample_data/AAA_batch-metadata.csv

Anyone running the source code with maven, can produce their own jar file with mvn clean package, and it will be generated at target/safbuilder-1.6.jar.