Releases: DSpace-Labs/SAFBuilder
Releases · DSpace-Labs/SAFBuilder
1.6 - Distributing project as jar
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.