Re: [Netbeans platform] Maven build for custom netbeans platform
Presumably your new pom.xml has all sorts of dependency for the netbeans platform poms, eg: org.netbeans.api org-openide-util-lookup RELEASE111 org.netbeans.api org-openide-util RELEASE111
[Netbeans platform] Maven build for custom netbeans platform
Hello, I have a module that is a toolbar with couple of actions developed in ant for a custom netbeans platform application. I would like to move the build it to maven . Issue is , if I want to build this module for a specific version of a netbeans platform in Ant , First I add the platform thoro