Skip to content
Snippets Groups Projects
Commit 6f5477b3 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

script: create release script

parent 98ef44e4
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
#this script copies required libraries into Fiji installation directory
#this script build required libraries and copies into Fiji installation directory
mvn clean install dependency:copy-dependencies
DIR=`readlink -f $1`
cd haas-spim-benchmark/target/dependency
cp java-scpclient-*.jar jaxrpc-api-*.jar haas-imagej-client-*.jar haas-java-client-*.jar $DIR/jars
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment