Skip to content

support-and-care/maven-modular-sources-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Maven Modular Sources Documentation

Documentation for Java Modules support in Apache Maven, with a focus on Maven 4’s modular source layout.

Overview

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

Repository Structure

.
+-- docs/              # Documentation in AsciiDoc format
|   +-- index.adoc     # Main documentation entry point
+-- pom.xml            # Maven build for HTML generation
+-- README.adoc        # This file

Building Documentation

Generate HTML documentation:

./mvnw generate-resources

Generated documentation will be in target/generated-docs/.

Contributing

  1. Create or edit AsciiDoc files in docs/

  2. Add entries to docs/index.adoc for new topics

  3. Submit a pull request for review

License

Documentation is provided under the Apache License 2.0.


Apache Maven is a trademark of the Apache Software Foundation.

About

Documentation for Java Modules support in Apache Maven

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors