# 大型系统模块化工程管理实践/maven构建多模块项目

* **maven构建多模块项目示例1**

原文：<https://www.cnblogs.com/h--d/p/6001366.html>

* **搭建多模块企业级项目示例2**

原文：<https://www.cnblogs.com/quanyongan/archive/2013/05/28/3103243.html>

* **maven最佳实践划分模块示例3**

原文：<http://juvenshun.iteye.com/blog/305865>

* **maven多模块项目的创建、提交和检出**

原文：<http://xc5.iteye.com/blog/1546414>

1.创建父项目：maven项目。创建完成后删除src目录；删除项目属性java builder中的src目录。

2.在父项目中创建maven module子项目。

3.修改pom文件，添加依赖，修改groupId等。

4.选择父项目目录提交到svn。全部项目都会提交到svn。

Checkout：file-》import-》checkout maven projects from SCM

* 从svn中checkout项目到工作区。
* import maven项目，选择父目录，会自动将父、子项目同时导入到eclipse。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tuonioooo-notebook.gitbook.io/engineering-management/maven/da-xing-xi-tong-mo-kuai-hua-gong-cheng-guan-li-shi-jian.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
