source: gs3-extensions/selfcontained-mvn/trunk/PREPARE-LINUX.sh@ 36441

Last change on this file since 36441 was 36441, checked in by davidb, 20 months ago

Initial set of files for getting going with Maven

  • Property svn:executable set to *
File size: 279 bytes
Line 
1#!/bin/bash
2
3version=3.8.6
4installed_dir=apache-maven
5
6tar xvzf apache-maven-${version}-bin.tar.gz \
7 && mv apache-maven-${version} $installed_dir
8
9if [ $? = 0 ] ; then
10 echo "Untarred Apache Maven $version and renamed the directory to:"
11 echo " $installed_dir"
12fi
13
14
Note: See TracBrowser for help on using the repository browser.