I have used NetBeans for years, but never with Maven. I am trying to use Maven wrappers to set up a remote repository utilized by the microservices at my new company; is there a way to do so native to NetBeans so that it's applicable to all Maven projects from that point on?
The only project I have with Maven wrappers currently is one I created via spring.starter.io then imported into NetBeans; should I set the variables for the remote repository in that project then copy that .mvn folder to other projects as needed?