Hi guys, I'm used to create applications/plugins based on the Netbeans platform. I'd like to migrate my apps to Netbeans 9 but I didn't find maven archetypes on a public maven repository. Thanks to an email sent by John McDonnell titled "Jenkins Builds" I managed to build them from the sources using the following commands
$ ant build build-nbms generate-uc-catalog build-source-zips $ mvn org.codehaus.mojo:nb-repository-plugin:1.3:populate -DdeployUrl=file:///myPath/incubator-netbeans/nbbuild/build/.m2 -DnetbeansNbmDirectory=/myPath/incubator-netbeans/nbbuild/nbms -DnetbeansInstallDirectory=/myPath/incubator-netbeans/nbbuild/netbeans -DnetbeansSourcesDirectory=/myPath/incubator-netbeans/nbbuild/build/source-zips -DforcedVersion=RELEASE90 I didn't use the -DgroupIdPrefix=org.apache.netbeans to keep the compatibility with existing applications. I'd like to prevent having to change all the groupIds in my poms. Is there a way to officially release them somewhere (like http://bits.netbeans.org/maven2/) to make them available for every Netbeans customers ? Thanks, Yann --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
