In Intellij IDEA I created a Maven project and added dependencies to the pom.xml
file. However when I run the project using ALT + SHIFT + F10, as with 'plain' projects, I get ClassNotFoundException
s.
My question is: is that the proper way to run a Maven project, and have all the dependencies been downloaded? Or is there another way?