Hi All FYI. I solved the problem. It is related to the nbm-maven-plugin, the groupid value is hard coded to org.netbeans. I have there corrected the issue on my local copy and am using that to build the platform and all works well. When the maven artifacts are released and the archetype is updated I am happy to provide a pr for the fix. I can do so before if needed.
Thanks David On Mon, 27 Aug 2018 at 17:33, David Beer <[email protected]> wrote: > Hi All > > After having built the maven modules as discussed in earler thread and > uploaded to my Maven repository. I have now tried to build a basic NB9 > Platform App. Howeverver when I ran mvn clean install in the IDE I got the > the following error message. > > Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:4.1:cluster-app > (default-cluster-app) on project TestNB9Platform-app: We could not find > org-netbeans-bootstrap among the modules in the application. Launchers > could not be found. > > The maven artifact has been downloaded and is in my m2 repository. I am > using a Java 8 and Maven 3.5.4, and nbm-plugin 4.1 to build project. > Nothing has changed from the standadr archetype except the platform. > > Any thoughts. > > Thanks > > David >
