Hi, I have a multimodule project where one submodule will be accessing a soap interface provided by another submodule. What's the general practice for setting up such projects in maven 2?
I mean, there is strictly seen not a dependency on the ws-module's jar, so to just declare a dependency doesn't solve anything. Rather the client depends on the web service interface provided by the ws-module. I guess I could just manually copy the generated wsdl from the ws-module over to the ws-client module and then generate code to build against (again!) in that module? Still... the above seems rather messy and error prone, so I'm hoping someone else has solved it in some clever way that beyond my newbie skills. Hints anyone? -- Fredrik Jonson --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]