Maven: Difference between revisions
| Line 9: | Line 9: | ||
** add %M2% to PATH variable | ** add %M2% to PATH variable | ||
** test by cmd mvn --version | ** test by cmd mvn --version | ||
==Configuration== | |||
All information is stored in pom.xml. | |||
Revision as of 23:05, 3 January 2011
Introduction
Installation
- by description in http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
- Download from http://maven.apache.org/download.html
- extracted to C:\Uwes\apache-maven-3.0.1
- add environment M2_HOME with C:\Uwes\apache-maven-3.0.1 and M2 with %M2_HOME%\bin
- add %M2% to PATH variable
- test by cmd mvn --version
Configuration
All information is stored in pom.xml.