While trying to create a new Netbeans Module as a Maven project. I've started by doing the following:
(1) New Project...Java with Maven..Netbeans Module (2) Select Netbeans Version: RELEASE125 (3) After creation, select the "new project", right click on Properties The project does not show "Libraries" but instead shows "Javascript Libraries" (i.e. it seems to be set up like a javascript project) and can't add Java Libraries. [image: image.png] Assume this relates to it being a Maven project with the dependencies being injected via POMs but I would still have expected a Maven project to still be recognized as a "Java" type project (i.e. not Javascript) and allow applicable Java Project type properties to be seen and/or modified. I suppose the drawback of depending on the Project's Library "dependencies" is there may be confusion with "maven pom" based dependencies but still seems like those two should be the same. Is this a bug? Eric
