On Fri, Apr 24, 2009 at 12:02 AM, Andrew Clegg <[email protected]>wrote:
> 2009/4/24 Glen Mazza <[email protected]>: > > > It would defeat one of the main purposes of Maven if you used a different > > directory layout with that tool. > > +1 for this -- if you use Maven, stick with the Maven, layout > otherwise other plugins won't know where to look for things and it'll > be a nightmare of extra configuration... > > Andrew. > > That makes sense. I'll stick with maven. Again, aplogies for the rookie questions. I am RTFM'ing, but there are a lot of FMs. In the Glen's maven example, http://www.jroller.com/gmazza/date/20080417, not all of the code is generated. The DoubleItPortTypeImpl.java file is added by hand, whereas with the eclipse cxf plugin, the *PortTypeImpl.java is generated. Is this just a matter of adding the right options to wsdl2java in the pom? Thanks -Bruce
