I am trying to create a maven multi-module project. the project is created successfully but when I am trying to use one module as a dependency of another module, it throws a
In my case I forgot it was packaging conflict jar vs pom. I forgot to write
pom
In every child pom.xml file