How to execute mvn command using IntelliJ IDEA?

intellij-idea, java, maven, maven-2, maven-3

Solution

There is a button in maven menu of Intellij IDEA:

Also you can always use "Terminal"

Problem

I am trying to add Oracle JDBC driver in my local Maven repo. I have found this link to do so. I want to do the same from Inside IntelliJ IDEA. Is there any way to execute mvn commands from IntelliJ IDEA?

Original source