Class ConcatSchemaMojo

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

    @Mojo(name="concat",
          defaultPhase=GENERATE_SOURCES)
    public final class ConcatSchemaMojo
    extends org.apache.maven.plugin.AbstractMojo
    Concatenates the contents of the files in the schema directory to create a base schema that may be used during the upgrade process. Each element will also include the X-SCHEMA-FILE extension to indicate the source schema file.

    There is a single goal that generates the base schema.

    • Constructor Detail

      • ConcatSchemaMojo

        public ConcatSchemaMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException