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

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

Tweak to script names specified

  • Property svn:executable set to *
File size: 278 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-CANTALOUPE-WAR.sh"
11 echo
12else
13 echo "Failed to find 'mvn'" 1>&2
14fi
Note: See TracBrowser for help on using the repository browser.