Maven 简明教程
Maven Tutorial
Apache Maven 是一个软件项目管理和理解工具。基于项目对象模型 (POM) 的概念,Maven 可以根据一个中心信息来管理项目的构建、报告和文档。使用 maven,我们可以构建和管理任何基于 Java 的项目。本教程将教你如何将 Maven 用于任何使用 Java 的项目开发的日常生活中。
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. Using maven we can build and manage any Java based project. This tutorial will teach you how to use Maven in your day-to-day life of any project development using Java.
Audience
本教程专为初学者准备,以帮助他们了解 Maven 工具的基本功能。完成本教程后,你会发现自己对使用 Apache Maven 的专业知识达到了中等水平,你可以从中提升到更高的水平。
This tutorial has been prepared for the beginners to help them understand the basic functionality of Maven tool. After completing this tutorial you will find yourself at a moderate level of expertise in using Apache Maven from where you can take yourself to next levels.
Prerequisites
我们认为你将使用 Maven 来处理企业级 Java 项目开发。因此,了解软件开发、Java SE、Java EE 开发和部署流程概览是有益的。
We assume you are going to use Maven to handle enterprise level Java projects development. So it is beneficial to have the knowledge of software development, Java SE, overview of Java EE development and deployment process.