Hi, > > Yes, there are lots of source files in this generated directory. > > > > They were generated with the command wsdl2java > > Is there no plugin for wsdl2java that you could leverage? Generally > Maven plugins "tell" Maven about new source files to be compiled once > they are created, such that your usage of the build-helper would be > eliminated.
What about this one: http://mojo.codehaus.org/axistools-maven-plugin/ It lets you generate Java code from WSDL files and vice-versa via Axis' Java2WSDL. A couple of months ago I've written an extension for m2eclipse so you can use this plugin from within Eclipse... Regards Thorsten
