Introduce
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
Preconditions
- Install the latest java jdk.
- Configure the environment variables.
- Ensure JAVA_HOME environment variable is set and points to your JDK installation

Install and configure the maven
Reference document: http://maven.apache.org/install.html
1.Download maven file:
http://maven.apache.org/download.cgi

2.unzip the file
3.Configure environment variables



4.check result

5.configure local maven repository
conf\settings.xml
<localRepository>D:\home\mavenLocalRepository</localRepository>

6.配置eclipse
wndows-preferences-Maven-installations-add

Window - preference -Maven-User Setting

7.将普通项目转化成maven项目
项目右键- Configure-Convert to Maven Project
8.新建一个maven项目
File - New - Project - New project



the end!!!
Maven项目管理工具入门
本文介绍Apache Maven作为软件项目管理和理解工具的功能,基于项目对象模型(POM),Maven能够从中央信息源管理项目的构建、报告和文档。文章详细讲解了Maven的安装步骤,包括配置环境变量、设置JAVA_HOME、安装和配置Maven、配置本地Maven仓库及在Eclipse中配置Maven。
801

被折叠的 条评论
为什么被折叠?



