> For the complete documentation index, see [llms.txt](https://hezhiqiang8909.gitbook.io/java/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hezhiqiang8909.gitbook.io/java/docs/javatool/build.md).

# 构建工具

## 目录

### Maven

* [Maven 快速指南](/java/docs/javatool/build/maven/maven-quickstart.md)
* [Maven 之 pom.xml 详解](/java/docs/javatool/build/maven/maven-pom.md)
* [Maven 之 settings.xml 详解](/java/docs/javatool/build/maven/maven-settings.md)
* [Maven 常见问题和最佳实践](/java/docs/javatool/build/maven/maven-action.md)
* [发布项目到 Maven 中央仓库](/java/docs/javatool/build/maven/maven-deploy.md)
* [部署并使用 Nexus 作为 Maven 私服](https://github.com/hezhiqiang-book/java-tutorial/tree/aff996fa881ff1e64e600ec92d17a8f5323d83a3/docs/javatool/build/maven/nexus.md)

### Ant

* [Ant 简易教程](/java/docs/javatool/build/ant.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://hezhiqiang8909.gitbook.io/java/docs/javatool/build.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.
