Documentation for Java Modules support in Apache Maven, with a focus on Maven 4’s modular source layout.
This repository contains documentation about:
-
Java Modules (JPMS) integration in Maven
-
Maven 4’s modular source layout and compilation model
-
Design decisions and architecture considerations
-
Known issues and edge cases
.
+-- docs/ # Documentation in AsciiDoc format
| +-- index.adoc # Main documentation entry point
+-- pom.xml # Maven build for HTML generation
+-- README.adoc # This fileGenerate HTML documentation:
./mvnw generate-resourcesGenerated documentation will be in target/generated-docs/.
-
Create or edit AsciiDoc files in
docs/ -
Add entries to
docs/index.adocfor new topics -
Submit a pull request for review
Documentation is provided under the Apache License 2.0.
Apache Maven is a trademark of the Apache Software Foundation.