项目管理 之 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"
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"