I am trying to setup a path variable for my maven installation. The system information is like:
[user1@machine1]~% whereis maven
maven: /etc/maven
[user1@machine1]~% cd /etc/maven
[user1@machine1]/etc/maven% ls
maven2-depmap.xml
should I setup path like
export MAVEN_HOME=/home/user1/etc/maven/
But based on ls command, it seems that there does not exist the binary maven file except maven2-depmap.xml under /etc/maven/