Hi Milos and others, I have a chain of dependencies like this:
gui-module (nbm) -> gui-module-domain (jar) -> spring-ws-library-wrapper (nbm). When building the gui-module with maven and the nbm-maven-plugin, I get a "transitive dependency" warning about the spring-ws-library-wrapper nbm module. Is the above dependency chain legal? Or should I make all modules between the first nbm module and the last nbm module nbm modules also? -- Eric Jan Malotaux
