Class GenerateTestSourcesMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    public class GenerateTestSourcesMojo
    extends AbstractWSDL2CodeMojo
    Generates source code from a WSDL, for use in unit tests. This goal bind by default to the generate-test-sources phase and adds the sources to the test sources of the project; it is otherwise identical to the axis2-wsdl2code:generate-sources goal.