I am trying to open this module in Intellij: https://github.com/eugenp/tutorials/tree/master/javaxval
The steps followed by me:
- Go to required directory javaxval/ in my local and
mvn clean install.
- Open the pom.xml inside javaxval/ and open it as a project.
But Intellij is not syncing with the libraries mentioned in pom.xml as I can see in libraries section in Project Structure settings. Also, because of that, I can see lot of compilation errors.
Any idea what is the issue I am facing and how can I fix it?