I am using Netbeans for my Java projects. And i am working with the maven plugin. I havent installed maven locally. How to import local jar into the maven repository, without installing maven locally!
Update: I found this asked question: How to add local jar files in maven project? But it assumes that maven is installed locally.