Maven 2.2.1 on OpenSUSE
download and unpack mavenin ~/apache-maven-2.2.1
make a symbolic link maven that points to version 2.2.1
-> ln -s apache-maven-.2.2.1 maven
edit ~/.profile and add these 2 lines:
MAVEN_HOME=/home/jeroen/maven
PATH=$MAVEN_HOME/bin:$PATH
make a symbolic link maven that points to version 2.2.1
-> ln -s apache-maven-.2.2.1 maven
edit ~/.profile and add these 2 lines:
MAVEN_HOME=/home/jeroen/maven
PATH=$MAVEN_HOME/bin:$PATH
Comments
Post a Comment