source: gs3-extensions/iiif-servlet/trunk/src/CLEAN-then-COMPILE.sh

Last change on this file was 36955, checked in by davidb, 18 months ago

Bump in the version of Cantoloupe used to avoid 'pom' download dependency issues; scripts tidied up to use a variable to represent the version used

  • Property svn:executable set to *
File size: 227 bytes
Line 
1#!/bin/bash
2
3cversion=4.0.3
4
5echo "Checking that maven (mvn) is on your PATH:"
6which mvn
7if [ $? = 0 ] ; then
8 cd packages/cantaloupe-$cversion \
9 && mvn clean package -DskipTests
10else
11 echo "Failed to find 'mvn'" 1>&2
12fi
13
Note: See TracBrowser for help on using the repository browser.