javamavennetbeans

Maven project not available in netbeans


I'm trying to use flying saucer, and to do that I have to build it though their pom.xml. I'm also currently using NetBeans, and from my understanding it is supposed to be shipped with their later builds (later meaning 6.5+), however there is no such option for me to use maven when creating a project.

These are the options available for me atm; Available project options

Also, I checked the plugins, and there is no maven plugin there, do I have to install the plugin manually?

Thanks for any responses!


Solution

  • The issue was that I had installed NetBeans from the software manager, which did not include Maven, even though it was version 8.1.

    This was fixed by getting the NetBeans 8.2 version from oracle, that included the maven plug-in by default.

    It seems rather misleading that according to NetBeans, maven is shipped with the default installation of NetBeans IDE, yet somehow it wasn't included.

    NetBeans on maven