Class GenerateTestSourcesMojo

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

    public class GenerateTestSourcesMojo
    extends AbstractXSD2JavaMojo
    Generates Java classes from the specified schema files, for use in unit tests. This goal binds 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-xsd2java:generate-sources goal.