读书人

maven入门学习及环境筹建

发布时间: 2012-06-27 14:20:09 作者: rapoo

maven入门学习及环境搭建

本文将简单介绍maven及使用命令,重点介绍如何搭建maven开发环境,最后给出一个利用maven创建项目的例子。

?

一 maven是什么

?

简单的说,maven是项目构建和依赖管理的工具。

?

利用maven可以脱离IDE创建、编译,打包、发布项目。类似产品如ant。

?

二 快速了解

?

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.

?

?

At first glance Maven can appear to be many things, but in a nutshell Maven is an attempt?to apply patterns to a project's build infrastructure in order to promote comprehension and productivity by providing a clear path in the use of best practices. Maven is essentially a project management and comprehension tool and as such provides a way to help with managing:

读书人网 >开源软件

热点推荐