How to execute mvn command using IntelliJ IDEA?

后端 未结 6 1396
鱼传尺愫
鱼传尺愫 2020-12-16 09:44

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

6条回答
  •  半阙折子戏
    2020-12-16 10:27

    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.

提交回复
热议问题