Hi Yann, Well, it is great you managed to generate the artifacts. Eric Barboni, also on this mailing list, is working on a solution for publishing Maven artifacts, too. Would be good to team up with him.
Yes, I also believe it is more compatible to stick to the org.netbeans.* groupIds. Especially now that the netbeans.org domain has been donated to Apache and we have full right to use that groupId. The bits would preferably be released in the Maven central repository, not at the old bits.netbeans.org/maven2 site. Would you be willing to work on that with Eric? If so, this is the existing Apache documentation on uploading to Maven repositories:http://www.apache.org/dev/publishing-maven-artifacts.html Good luck and thanks in advance for your work! Gj On Tue, Oct 2, 2018 at 9:41 PM [email protected] <[email protected]> wrote: > 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 > > > >
