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
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ 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
mvn clean package
cp -v "target/$jar" "../bin/"
cd ../
rm -Rf "$jpgp_folder"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment