Re: wsdl2code and multi-module project

2011-03-17 Thread Andreas Veithen
It is actually a problem that affects many Maven plugins. The usual workaround is to use ${basedir} to build the absolute path. Andreas On Wed, Mar 16, 2011 at 22:05, stlecho wrote: > > I'm really blocked by this issue, so I would be more than glad if someone > could help me with this issue ;o)

Re: wsdl2code and multi-module project

2011-03-16 Thread stlecho
I'm really blocked by this issue, so I would be more than glad if someone could help me with this issue ;o) stlecho wrote: > > I'm using a multi-module project. When building a sub-module, the > wsdl2code plugin finds the WSDL for which I'm generating Java classes. > When building the complete