Category Archives: maven

Maven 2 Overview

Install * Download Maven, e.g. apache-maven-2.2.1-bin.zip, from Maven download site: http://maven.apache.org/download.html * Unzip content into a local directory, e.g. C:\prog * Create an environment variable called MAVEN_HOME and point it to where maven was unzipped, e.g. C:\prog\apache-maven-2.2.1 * Add %MAVEN_HOME%\bin … Continue reading

Posted in maven | Leave a comment