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 e
In the Edit Configurations you can specify a Maven configuration which allows you to execute Maven goals.
That said, I recommend to add the library to a Maven Repository such as Nexus. Then you can use the library like any other dependency and don't have to wory about the local repositories yourself.