#!/bin/bash

if [ ! -d pdfbox-2.0.30 ] ; then
    unzip  pdfbox-2.0.30-src.zip
fi


#export PATH=$JAVA_HOME/bin:/home/greenstone/apache-maven-3.5.3/bin:$PATH
export JAVA_TOOL_OPTIONS="-Dhttps.protocols=TLSv1.2"
	

cd pdfbox-2.0.30 && mvn clean install

