Search code examples
javamavenintellij-ideamaven-2maven-3

How to execute mvn command using IntelliJ IDEA?


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?


Solution

  • Execute Maven Goal button

    There is a button in maven menu of Intellij IDEA:

    screenshot

    Also you can always use "Terminal"