I'm trying to start up a Netbeans platform project. At first I've used Netbeans wizards to create the project and library wrappers. But now I'm fighting with the dependency management system because I'm using a lot of Maven dependencies: the backend to which my Netbeans rich client connects is built with Maven. I guess Maven NBM plugin is here to solve exactly that kind of problem but I don't have any idea how to move from my Netbeans-managed project to a Maven2-built one.
Can someone help me get started? How should I lay out my project? -- Sébastien Arbogast http://www.sebastien-arbogast.com
