Installing Maven on Windows

Prerequisite:


  1. Install JDK 1.5 or above
  2. Download the Maven binary latest release http://apache.mesi.com.ar/maven/maven-3/3.2.2/binaries/apache-maven-3.2.2-bin.zip

Installation:

  1. Unzip the file apache-maven-3.2.2-bin.zip
  2. Add the following environment variables in windows:
  3. M2_HOME=D:\apache-maven-3.2.2
  4. M2=%M2_HOME%\bin
  5. MAVEN_OPTS=-Xms256m -Xmx512m 
  6. Path=%M2%;%Path%
  7. Open a command prompt and type mvn --version


Comments

Popular posts from this blog

How to mount a WD Book Live as NFS in OEL6U3

ORA-44412: XE edition memory parameter invalid or not specified

Oracle SQL Developer 19.4 font too small