Module not found when running tests in Maven
Hi, I'm trying to create a modular application for fetching articles from popular news sources in Poland. A part of the app is a module saving these articles into a database using Hibernate. I wrote a couple of tests for this module and when I run them through intellij they work just fine, but when I try to use Maven it throws errors like these:
What should I do to fix this?
Github link to the project:
https://github.com/Eukon05/infodb/tree/hibernate
The class that is responsible for these tests is "HibernateDAOTests" in the "infodb-persistence-hibernate" module
What should I do to fix this?
Github link to the project:
https://github.com/Eukon05/infodb/tree/hibernate
The class that is responsible for these tests is "HibernateDAOTests" in the "infodb-persistence-hibernate" module