Hi, I am trying to use the nbm-maven-plugin for our netbeans platform project.
I do not understand how dependencies on other modules are processed. I expected the install goal to populate the local repository with the nbm of my project but it is only publishing the jar. Is this normal ? In my tests I have 2 netbeans modules mvntest1 mvntest2 mvntest2 depends on mvntest1 which itself only depends on the base platform (org.openide.util). When in the mvntest2 project, I thought that running "mvn nbm:cluster" would create the target cluster including the mvntest1 module. However it does not and I cannot do "mvn nbm:run-platform" because of the missing dependency in the platform. >From reading articles I get the impression that I must have a parent pom with maven modules to emulate the suite. Is this absolutely necessary or is there a way to work with standalone modules and a dynamically generated platform (which we currently generate with the nbms of the depended on modules) ? Thanks for your help, --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email