此内容没有您所选择的语言版本。
Chapter 4. Install and Use the Maven Repositories
4.1. About Maven 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Apache Maven is a distributed build automation tool used in Java application development to create, manage, and build software projects. Maven uses standard configuration files called Project Object Model, or POM, files to define projects and manage the build process. POMs describe the module and component dependencies, build order, and targets for the resulting project packaging and output using an XML file. This ensures that the project is built in a correct and uniform manner.
Important
JBoss Data Grid requires Maven 3 (or better) for all quick starts and general use.
Visit the Maven Download Page for instructions for downloading and installing Maven.