maven 安装设置方法

以下摘自官网指导

Windows Tips

  • Check environment variable value e.g.
  1. echo %JAVA_HOME%
  2. C:\Program Files\Java\jdk1.7.0_51
  • Adding to PATH: Add the unpacked distribution’s bin directory to your user PATH environment variable by opening up the system properties (WinKey + Pause), selecting the “Advanced” tab, and the “Environment Variables” button, then adding or selecting the PATH variable in the user variables with the value C:\Program Files\apache-maven-3.3.9\bin. The same dialog can be used to set JAVA_HOME to the location of your JDK, e.g. C:\Program Files\Java\jdk1.7.0_51

  • Open a new command prompt (Winkey + R then type cmd) and run mvn -v to verify the installation.

posted @ 2016-04-14 10:28  kane_zch  阅读(136)  评论(0编辑  收藏  举报