Effective Project Management with Parent POM
Project Object Model or POM is an XML file that contains information about project configuration details used by Maven to build the project.
Let us first create a simple POM with minimal information for my-module-1
<project>
<modelVersion>1.0.0</mo...
random-dev.hashnode.dev2 min read