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

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

More detailed script name

  • Property svn:executable set to *
File size: 263 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
Note: See TracBrowser for help on using the repository browser.