source: gs3-extensions/iiif-servlet/trunk/src/COMPILE.sh@ 32707

Last change on this file since 32707 was 32707, checked in by davidb, 5 years ago

Files needed for GS3-Cantaloupe bridge result from second round of testing

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