An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# maven-multi-module
# maven-multi-module
![Screenshot 2022-11-12 at 07 04 58](https://user-images.githubusercontent.com/29838473/201460050-8620098c-51f0-427c-bb9f-3af6bcf227f5.png)

# 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