How do I install modules into the maven repository using Netbeans embedded Maven?

后端 未结 2 1058
别跟我提以往
别跟我提以往 2020-12-18 23:05

I have the Maven plugin for NetBeans and it successfully set up a local repository for me. Now I need to add a 3rd party library (specifically Oracle JDBC driver) to my repo

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-18 23:19

    I ended up downloading Maven here: http://maven.apache.org/download.html and using the standalone Maven binaries to install the jar into my Maven repository. If anyone has any thoughts on the question, I am still interested in knowing the answer.

提交回复
热议问题