Monday, May 18, 2009

export command not found

if the command export is not installed in your linux machine, try this:

1. edit .personal file

2. edit and add the following at the end of the file

setenv M2_HOME /usr/share/apache-maven-2.1.0

alias mvn '$M2_HOME/bin/mvn'

3. save the file and launch a new terminal session

No comments: