Non-resolvable parent POM: Could not find artifact

后端 未结 2 1639
不知归路
不知归路 2021-01-17 13:08

I have recently looked into Gorilla Logic\'s open source testing tool and need to make some changes in order to be able to log something to the console. I have checked out

2条回答
  •  臣服心动
    2021-01-17 13:23

    If there are lots of dependencies behind the project, they have to be pattered for first before building the main project.

    Clean, compile and install such dependencies (from the "Maven" pane found on the right side of the IDE). First move such dependencies enclosed within their projects to the same main project directory.

    Lastly, clean, compile and install the main project.

提交回复
热议问题