mirror of
https://github.com/apache/maven.git
synced 2025-02-07 10:38:47 +00:00
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@485458 13f79535-47bb-0310-9956-ffa450edef68
7 lines
79 B
Bash
Executable File
7 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
|
|
link=`readlink $HOME/m2`
|
|
echo $link
|
|
export M2_HOME=$HOME/$link
|
|
ant
|