Maven: Difference between revisions
| Line 12: | Line 12: | ||
==Configuration== | ==Configuration== | ||
All information is stored in pom.xml. | All information is stored in pom.xml. | ||
==Resources== | |||
* http://www.torsten-horn.de/techdocs/maven.htm | |||
Revision as of 07:51, 6 January 2012
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.