Menghe

导航

项目管理 之 Maven

一、概述
    1、介绍
    Maven is a Java project management and project comprehension tool. Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time.
    2、概念
    Reposity
    3、安装
    设置环境变量:
        JAVA_HOME="D:\JDK",
        MAVEN_HOME="D:\maven",
        PATH=".,%JAVA_HOME%\bin,%MAVEN_HOME%bin"

posted on 2005-01-28 15:07  孟和  阅读(387)  评论(0编辑  收藏  举报