Author: monkito email: seeker (at) zmaze.org
Installation under Windows XP:
1. Download maven (http://maven.apache.org/start/download.html).
2. Double-click the EXE installation file to specify the directory installation. Please do not have Chinese as specified, please do not avoid spaces; (I have encountered unsuccessful unsuccessful unsuccessful unsuccessfulness)
3. Check the environment variable. Enter Echo% maven_home%, the output of the output should be the address of the Maven installation directory. You should see / bin /, / lib, / plugins three directories, and other files, and other files. If you do not enter the address of the installation directory, use the command set maven_home = ... set. At the same time, you also need to join the address pointing to the% MAVEN_HOME% / BIN in the PATH variable;
4. The steps below are optional, and may only be valid for the system over 200,000: Enter the command% maven_home / bin / install_repo.bat% home% /. Maven / repository (Note:% home% address refers to the command line. Your user is in the main directory of the system disk, for example, I is C: / Documents and Settings / Monkito. This statement creates a local dependency library. If you skip this step, there is no relationship, and Maven will be downloaded instead of copying dependencies from the lib directory;
5. After restarting the system, your maven can be used normally. You can verify whether you install correctly by entering the Maven -V command in the command line.
Original source: http://www.zmaze.org/drupal/?q = Node / View / 95