setting up Maven2 WSDL2Code Plug-in
Sam Carleton <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <CAPLeV=xVX7d8Zdx08-kjfL5OTJvxzboQq4CwV00ML5NYWRzP3w@mail.gmail.com> |
I have been using Axis2/C for years and am now trying to figure out how to move to Axis2/Java using Mavin as the build system. My current process is to run a command line batch process to generate all the C code from the WSDL using WSDL2C. Then I manually move over the new source code into the correct folder,. Finally I go into the development environment and work on the code. Moving to the Axis2/Java world, I am hoping to find a way to use Mavin to generate the java classes as part of the build step and remove the manual process. The problem is I cannot find a way to get the Maven2 WSDL2Code Plug-in to place the source code where I want it, it always put it first into a src file, I want to follow the Maven model of src\main\java. How do other folks use the Maven2 WSDL2Code Plug-in exactly in their build process?