------ Maven 2 WSDL2Code Plugin: configuration examples ------ Jochen Wiedmann ------ Goals The WSDl2Code offers a single goal: * wsdl2code (default): Reads the WSDL and generates code. To run the plugin, add the following section to your POM: ------------------------ org.apache.axis2.maven2 axis2-wsdl2code-maven-plugin wsdl2code com.foo.myservice ------------------------ The plugin will be invoked automatically in the generate-sources phase. You can also invoke it directly from the command line by running the command +-------- mvn wsdl2code:wsdl2code +--------- The WSDL2Code Goal By default, the plugin reads the file <<>>. Sources for the Java programming language and the ADB data binding are generated into <<>>. Note the configuration element <<>> above, which sets the package name, thus a subdirectory. See the detailed documentation on {{{configuration.html}properties}} for how to configure the goal.