A simple Maven multi-module Java project that demonstrates how to manage multiple modules under a single parent using a shared pom.xml. π
This setup helps organize large applications into smaller, manageable parts β each module can be built, tested, and maintained independently while sharing configurations and dependencies.
This project demonstrates how to:
- Manage multiple child modules with a single parent POM
- Share common dependencies and plugins across modules
- Build and test all modules together with one command
- Maintain modular and scalable Java project structures