Re: [Netbeans platform] Maven build for custom netbeans platform

2019-11-17 Thread joe foe
Hello Mr. Reynolds, Thanks for the response. I think I will stick to ant for now. The way with setting up a separate maven repo seems too much work to me. In addition I also came across another email to the Dev mailing list where someone had asked for something similar and this seems to be a rest

Re: [Netbeans platform] Maven build for custom netbeans platform

2019-11-13 Thread William Reynolds
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

2019-11-13 Thread joe foe
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