https://github.com/elfn/maven-multi-module
Pom.xml inheritance in modular maven application
https://github.com/elfn/maven-multi-module
Last synced: over 1 year ago
JSON representation
Pom.xml inheritance in modular maven application
- Host: GitHub
- URL: https://github.com/elfn/maven-multi-module
- Owner: Elfn
- Created: 2022-11-12T06:05:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T07:22:35.000Z (over 3 years ago)
- Last Synced: 2025-02-07T14:22:55.516Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maven-multi-module
# maven-multi-module

# each module is effectively a Maven project
• Just happens to inherit from its parent module
• Much like the ‘effective’ POM
• Each module can have child modules
• Important for organization on larger projects