Hi, Sergio. I have updated my comment in https://issues.apache.org/jira/browse/NETBEANS-467 to include some more instructions about the nb-repository-plugin. I actually had to build it myself from sources as well. Sorry to cause confusion!
-- Eirik -----Original Message----- From: Sérgio Lopes <[email protected]> Sent: Friday, December 28, 2018 6:22 PM To: [email protected] Subject: How to get NetBeans 10 as maven dependencies Hi, I'm trying to build/update a NetBeans IDE module to work with the latest release, the module was created for NetBeans 8.2 using Maven. It was not created by me and I have no experience with Maven, so I'm struggling to update the dependencies to use NetBeans 10. If I'm not mistaken, there are no maven repositories for 10 available yet, so I'm trying to build the release branch and populate my local maven repository. I was trying to follow the details on https://issues.apache.org/jira/browse/NETBEANS-467 but can't get the nb-repository-plugin to install/download. Now, should I keep following those details or are there any set of instructions that are more up to date? And how can I specify the location of the nb-repository-plugin so maven can install it? The command I'm using is: mvn org.codehaus.mojo:nb-repository-plugin:1.4-SNAPSHOT:populate -DdeployUrl=file:////Users/sergio/.m2/repository/ -DgeneratePom=true -DnetbeansNbmDirectory=./nbbuild/nbms -DnetbeansInstallDirectory=./nbbuild/netbeans -DnetbeansSourcesDirectory=./nbbuild/build/source-zips -DforcedVersion=RELEASE100 -DgroupIdPrefix=org.apache.netbeans -Ddetail=true -e I tried using the repositoryUrl to specify the plugin's URL but not sure what to put in it. Thank you, Sérgio Lopes -- http://www.sergiolopes.eu https://twitter.com/sergiomnlopes http://www.linkedin.com/in/sergiomnlopes Skype: sergiomnlopes
