Maven Chapter Index
Introduction
This index lists all 15 chapters in the Hello Code Maven track, grouped by topic. Use it to jump to a lesson or compare coverage with frontend/gen_article_plan/maven.md.
Prerequisites
- None—this page is a map, not a lesson
Getting Started (01–04)
| # | Chapter |
|---|---|
| 01 | What Is Maven |
| 02 | Installing Maven |
| 03 | Using Maven in IntelliJ IDEA |
| 04 | Your First Maven Project |
POM and Dependencies (05–06)
| # | Chapter |
|---|---|
| 05 | Understanding pom.xml |
| 06 | Dependency Management |
Build, Plugins, and Tests (07–09)
| # | Chapter |
|---|---|
| 07 | Build Lifecycle |
| 08 | Maven Plugins |
| 09 | Testing with Maven |
Configuration and Structure (10–12)
| # | Chapter |
|---|---|
| 10 | Resources and Configuration |
| 11 | Multi-Module Projects |
| 12 | Repositories |
Advanced and Resources (13–15)
| # | Chapter |
|---|---|
| 13 | Advanced Topics |
| 14 | Maven Resources and Book Recommendations |
| 15 | Maven Chapter Index (this page) |
Related Tracks
| Track | Why |
|---|---|
| Gradle | Alternative JVM build tool |
| Spring Boot 3 | Uses Maven for packaging |
| JDBC | Driver dependencies in POM |
| Git | Version control for projects |
| Vue | Separate npm frontend CI alongside mvn backend builds |
FAQ
Suggested learning order?
Follow 01→15, or 01→09 for daily build skills then 11–13 for team projects.
Windows / macOS / Linux install?
All covered in Installing Maven.
Troubleshooting?
See Advanced Topics — effective POM, dependency tree, common failures.
Report a typo?
Use Git fork workflow.
Logo?
/category-logos/maven.svg in category_meta_info.json.