Skip to main content

Install Maven jar into local repo by Netbeans

What you could do (at least in NetBeans 6.5) is following:
  • add dependency to the library in your pom
  • go to Projects->your project->Libraries (you should see the library with exclamation mark)
  • right click on the library, choose 'Manually install artifact'
  • select the jar from local drive, 'Install locally' and you are done!

Comments