mirror of https://github.com/apache/maven.git
7 lines
79 B
Bash
7 lines
79 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
link=`readlink $HOME/m2`
|
||
|
echo $link
|
||
|
export M2_HOME=$HOME/$link
|
||
|
ant
|