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

Last change on this file since 38199 was 38199, checked in by davidb, 8 months ago

Whitespace change

  • Property svn:executable set to *
File size: 299 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
9 cd packages/cantaloupe-$cversion \
10 && mvn package -DskipTests
11 echo
12 echo "Next step:"
13 echo " ./INSTALL-CANTALOUPE-WAR.sh"
14 echo
15else
16 echo "Failed to find 'mvn'" 1>&2
17fi
Note: See TracBrowser for help on using the repository browser.