MavenError: Failed to execute goal on project: Could not resolve dependencies In Maven Multimodule project

后端 未结 4 1681
太阳男子
太阳男子 2020-12-29 22:16

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

4条回答
  •  [愿得一人]
    2020-12-29 22:47

    In my case I forgot it was packaging conflict jar vs pom. I forgot to write

    pom
    

    In every child pom.xml file

提交回复
热议问题