Skip to content
Snippets Groups Projects
Commit 621c52c1 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fixed an issue with jpgp building

parent 52ab9448
No related branches found
Tags v0.0.4.1
No related merge requests found
......@@ -9,8 +9,8 @@ if [ ! -e "bin/$jar" ]; then
rm -Rf "$jpgp_folder"
git clone --branch=master http://github.com/c-geek/jpgp.git "$jpgp_folder"
cd "$jpgp_folder"
mvn clean install
cp -v "target/$jar " "../bin/"
mvn clean package
cp -v "target/$jar" "../bin/"
cd ../
rm -Rf "$jpgp_folder"
fi
\ No newline at end of file
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