Re: Search for maven dependency

2022-11-10 Thread Michael Bien
late reply but: the maven central index does not contain class names anymore. So you will only see results there once you have the artifact in your local .m2 repository since NetBeans indexes that one too. so once you press build you will see results, since it downloads the dependencies into

Re: Search for maven dependency

2022-10-31 Thread name name2
Some tokens required by included modules are not provided by included modules. The application will fail starting up. The missing tokens are: org.netbeans.spi.project.ProjectManagerImplementation ref: [org.netbeans.modules.projectapi] How to fix? пн, 31 окт. 2022 г. в 17:16, name name

Re: Search for maven dependency

2022-10-31 Thread name name2
org.netbeans.api org-netbeans-modules-projectuiapi ${netbeans.version} This was helped with clean & build пн, 31 окт. 2022 г. в 16:29, name name2 : > [image: image.png] > > пн, 31 окт. 2022 г. в 16:20, name name2 : > >> Hello >> >> Can't lo

Re: Search for maven dependency

2022-10-31 Thread name name2
[image: image.png] пн, 31 окт. 2022 г. в 16:20, name name2 : > Hello > > Can't locate maven module name for code: > > import org.openide.util.lookup.ServiceProvider; > import *org.netbeans.spi.project.ProjectFactory*; > > @ServiceProvider(service = *ProjectFactory.class*) > public class BananaPro

Search for maven dependency

2022-10-31 Thread name name2
Hello Can't locate maven module name for code: import org.openide.util.lookup.ServiceProvider; import *org.netbeans.spi.project.ProjectFactory*; @ServiceProvider(service = *ProjectFactory.class*) public class BananaProjectFactory implements ProjectFactory { }